diff --git a/srcpkgs/gst-plugins-bad1/patches/libressl.patch b/srcpkgs/gst-plugins-bad1/patches/libressl.patch new file mode 100644 index 0000000000..b0921ee772 --- /dev/null +++ b/srcpkgs/gst-plugins-bad1/patches/libressl.patch @@ -0,0 +1,11 @@ +--- ext/dtls/gstdtlsagent.c 2018-03-23 21:45:15.000000000 +0100 ++++ - 2018-09-09 14:05:57.663350425 +0200 +@@ -176,7 +176,7 @@ + + ERR_clear_error (); + +-#if OPENSSL_VERSION_NUMBER >= 0x1000200fL ++#if OPENSSL_VERSION_NUMBER >= 0x1000200fL && !defined(LIBRESSL_VERSION_NUMBER) + priv->ssl_context = SSL_CTX_new (DTLS_method ()); + #else + priv->ssl_context = SSL_CTX_new (DTLSv1_method ()); diff --git a/srcpkgs/gst-plugins-bad1/template b/srcpkgs/gst-plugins-bad1/template index 227d882422..0fdc48c861 100644 --- a/srcpkgs/gst-plugins-bad1/template +++ b/srcpkgs/gst-plugins-bad1/template @@ -1,7 +1,7 @@ # Template file for 'gst-plugins-bad1' pkgname=gst-plugins-bad1 version=1.14.4 -revision=4 +revision=5 wrksrc="${pkgname/1/}-${version}" lib32disabled=yes build_style=gnu-configure