summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/mupdf/files/mupdf-9999-sys_curl.patch')
-rw-r--r--app-text/mupdf/files/mupdf-9999-sys_curl.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-text/mupdf/files/mupdf-9999-sys_curl.patch b/app-text/mupdf/files/mupdf-9999-sys_curl.patch
new file mode 100644
index 000000000000..8a392a1691d4
--- /dev/null
+++ b/app-text/mupdf/files/mupdf-9999-sys_curl.patch
@@ -0,0 +1,11 @@
+--- mupdf-9999/Makerules.orig 2013-07-20 12:17:11.137748315 +0200
++++ mupdf-9999/Makerules 2013-07-20 12:19:23.320095808 +0200
+@@ -63,6 +63,8 @@
+ SYS_JBIG2DEC_LIBS = -ljbig2dec
+ SYS_JPEG_LIBS = -ljpeg
+ SYS_ZLIB_LIBS = -lz
++SYS_CURL_CFLAGS = $(shell pkg-config --cflags libcurl)
++SYS_CURL_LIBS = $(shell pkg-config --libs libcurl)
+
+ endif
+