diff options
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/spice/files/spice-libressl.patch | 13 | ||||
-rw-r--r-- | app-emulation/spice/spice-scm.ebuild | 6 |
2 files changed, 3 insertions, 16 deletions
diff --git a/app-emulation/spice/files/spice-libressl.patch b/app-emulation/spice/files/spice-libressl.patch deleted file mode 100644 index 2f77fa5..0000000 --- a/app-emulation/spice/files/spice-libressl.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/spice-common/common/ssl_verify.c b/spice-common/common/ssl_verify.c -index a9ed650..27aa5d3 100644 ---- a/spice-common/common/ssl_verify.c -+++ b/spice-common/common/ssl_verify.c -@@ -33,7 +33,7 @@ - #include <string.h> - #include <gio/gio.h> - --#if OPENSSL_VERSION_NUMBER < 0x10100000 -+#if OPENSSL_VERSION_NUMBER < 0x10100000 || defined (LIBRESSL_VERSION_NUMBER) - static const unsigned char *ASN1_STRING_get0_data(const ASN1_STRING *asn1) - { - return M_ASN1_STRING_data(asn1); diff --git a/app-emulation/spice/spice-scm.ebuild b/app-emulation/spice/spice-scm.ebuild index b287c3c..960f961 100644 --- a/app-emulation/spice/spice-scm.ebuild +++ b/app-emulation/spice/spice-scm.ebuild @@ -47,9 +47,9 @@ python_check_deps() { has_version "dev-python/six[${PYTHON_USEDEP}]" } -PATCHES=( - "${FILESDIR}/spice-libressl.patch" -) +#PATCHES=( +# "${FILESDIR}/spice-libressl.patch" +#) pkg_setup() { [[ ${MERGE_TYPE} != binary ]] && python-any-r1_pkg_setup |