diff options
author | Michael Weber <xmw@gentoo.org> | 2017-05-14 00:45:46 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-05-14 00:46:11 +0200 |
commit | 8e97b8c1e02d7b8313779001d2dcd8b10f691f18 (patch) | |
tree | 05db70000224fbc9895396e6475222973057def3 /app-text/mupdf/files/mupdf-1.10a-Makerules-openssl-curl.patch | |
parent | app-text/llpp: Remove old version (bug 614044). (diff) | |
download | gentoo-8e97b8c1e02d7b8313779001d2dcd8b10f691f18.tar.gz gentoo-8e97b8c1e02d7b8313779001d2dcd8b10f691f18.tar.bz2 gentoo-8e97b8c1e02d7b8313779001d2dcd8b10f691f18.zip |
app-text/mupdf: Remove security affected versions (bug 614044).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-text/mupdf/files/mupdf-1.10a-Makerules-openssl-curl.patch')
-rw-r--r-- | app-text/mupdf/files/mupdf-1.10a-Makerules-openssl-curl.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/app-text/mupdf/files/mupdf-1.10a-Makerules-openssl-curl.patch b/app-text/mupdf/files/mupdf-1.10a-Makerules-openssl-curl.patch deleted file mode 100644 index 3fdc20426c1a..000000000000 --- a/app-text/mupdf/files/mupdf-1.10a-Makerules-openssl-curl.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- mupdf-1.10a/Makerules -+++ mupdf-1.10a/Makerules -@@ -107,12 +107,17 @@ - - HAVE_PTHREADS ?= yes - -+WANT_OPENSSL ?= yes -+ifeq "$(WANT_OPENSSL)" "yes" - ifeq "$(shell pkg-config --exists libcrypto && echo yes)" "yes" - HAVE_LIBCRYPTO = yes - SYS_LIBCRYPTO_CFLAGS = -DHAVE_LIBCRYPTO $(shell pkg-config --cflags libcrypto) - SYS_LIBCRYPTO_LIBS = $(shell pkg-config --libs libcrypto) - endif -+endif - -+WANT_CURL ?= yes -+ifeq "$(WANT_CURL)" "yes" - ifeq "$(shell pkg-config --exists libcurl && echo yes)" "yes" - HAVE_CURL = yes - SYS_CURL_CFLAGS = $(shell pkg-config --cflags libcurl) -@@ -122,8 +127,10 @@ - SYS_CURL_CFLAGS += $(shell pkg-config --cflags openssl) - SYS_CURL_DEPS += $(shell pkg-config --libs openssl) - endif --endif - SYS_CURL_DEPS += -lpthread -lrt -+endif -+endif -+ - - ifeq "$(shell pkg-config --exists x11 xext && echo yes)" "yes" - HAVE_X11 = yes |