summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/mupdf/files/mupdf-1.3-sys_curl.patch')
-rw-r--r--app-text/mupdf/files/mupdf-1.3-sys_curl.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-text/mupdf/files/mupdf-1.3-sys_curl.patch b/app-text/mupdf/files/mupdf-1.3-sys_curl.patch
new file mode 100644
index 000000000000..a388c0a26e67
--- /dev/null
+++ b/app-text/mupdf/files/mupdf-1.3-sys_curl.patch
@@ -0,0 +1,11 @@
+--- mupdf-1.3/Makerules
++++ mupdf-1.3/Makerules
+@@ -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) -lpthread
+
+ endif
+