diff --git a/srcpkgs/turbovnc/patches/fix-libressl.patch b/srcpkgs/turbovnc/patches/fix-libressl.patch deleted file mode 100644 index f63c1a82c6..0000000000 --- a/srcpkgs/turbovnc/patches/fix-libressl.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- unix/Xvnc/programs/Xserver/hw/vnc/rfb.h.orig 2019-06-04 18:00:21.482107165 +0200 -+++ unix/Xvnc/programs/Xserver/hw/vnc/rfb.h 2019-06-04 18:00:37.826303493 +0200 -@@ -29,6 +29,10 @@ - #ifndef __RFB_H__ - #define __RFB_H__ - -+/* Fix for libressl */ -+#ifdef LIBRESSL_VERSION_NUMBER -+#define OPENSSL_INIT_SETTINGS void -+#endif - - #ifdef HAVE_DIX_CONFIG_H - #include diff --git a/srcpkgs/turbovnc/template b/srcpkgs/turbovnc/template index a48723aca0..12db4b8c9c 100644 --- a/srcpkgs/turbovnc/template +++ b/srcpkgs/turbovnc/template @@ -7,7 +7,7 @@ configure_args="-DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so -DTVNC_BUILDJAVA=0 -DTVNC_SYSTEMLIBS=ON" hostmakedepends="rsync" makedepends="libjpeg-turbo-devel libXt-devel libXaw-devel libXcursor-devel pam-devel - zlib-devel freetype-devel bzip2-devel libressl-devel" + zlib-devel freetype-devel bzip2-devel openssl-devel" depends="perl" short_desc="Optimized version of TightVNC VNC client and server" maintainer="Orphaned "