summaryrefslogtreecommitdiff
path: root/mupdf/mupdf-sys_curl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mupdf/mupdf-sys_curl.patch')
-rw-r--r--mupdf/mupdf-sys_curl.patch26
1 files changed, 14 insertions, 12 deletions
diff --git a/mupdf/mupdf-sys_curl.patch b/mupdf/mupdf-sys_curl.patch
index 495a9d37c..a50adf49a 100644
--- a/mupdf/mupdf-sys_curl.patch
+++ b/mupdf/mupdf-sys_curl.patch
@@ -1,7 +1,7 @@
-diff -Nru mupdf-1.3-source.orig/Makerules mupdf-1.3-source/Makerules
---- mupdf-1.3-source.orig/Makerules 2013-08-16 11:07:13.627597342 +0200
-+++ mupdf-1.3-source/Makerules 2013-08-16 11:09:31.525988042 +0200
-@@ -67,6 +67,8 @@
+diff -Nru mupdf-1.4rc1-source.orig/Makerules mupdf-1.4rc1-source/Makerules
+--- mupdf-1.4rc1-source.orig/Makerules 2014-04-08 15:47:54.229773268 +0200
++++ mupdf-1.4rc1-source/Makerules 2014-04-08 16:12:39.293770693 +0200
+@@ -76,6 +76,8 @@
SYS_JBIG2DEC_LIBS = -ljbig2dec
SYS_JPEG_LIBS = -ljpeg
SYS_ZLIB_LIBS = -lz
@@ -10,18 +10,20 @@ diff -Nru mupdf-1.3-source.orig/Makerules mupdf-1.3-source/Makerules
endif
-diff -Nru mupdf-1.3-source.orig/Makethird mupdf-1.3-source/Makethird
---- mupdf-1.3-source.orig/Makethird 2013-08-16 11:07:13.730926974 +0200
-+++ mupdf-1.3-source/Makethird 2013-08-16 11:09:04.700283008 +0200
-@@ -443,6 +443,10 @@
-
- CURL_CFLAGS := -I$(CURL_DIR)/include
+diff -Nru mupdf-1.4rc1-source.orig/Makethird mupdf-1.4rc1-source/Makethird
+--- mupdf-1.4rc1-source.orig/Makethird 2014-04-08 15:47:54.329769765 +0200
++++ mupdf-1.4rc1-source/Makethird 2014-04-08 16:17:27.233759450 +0200
+@@ -454,6 +454,13 @@
CURL_LIBS := $(SYS_CURL_DEPS)
+
+ HAVE_CURL := yes
+
- else
--NOCURL := yes
++else
+
+CURL_CFLAGS := $(SYS_CURL_CFLAGS)
+CURL_LIBS := $(SYS_CURL_LIBS)
++HAVE_CURL := yes
+
endif
+
+ # --- X11 ---

Generated by cgit