summaryrefslogtreecommitdiff
path: root/graphics/mupdf/files/patch-Makerules
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/mupdf/files/patch-Makerules')
-rw-r--r--graphics/mupdf/files/patch-Makerules10
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/mupdf/files/patch-Makerules b/graphics/mupdf/files/patch-Makerules
index 20c19a715df9..c5a0c9f13e69 100644
--- a/graphics/mupdf/files/patch-Makerules
+++ b/graphics/mupdf/files/patch-Makerules
@@ -1,7 +1,7 @@
---- Makerules.orig 2017-04-05 11:02:21 UTC
+--- Makerules.orig 2017-12-13 14:00:30 UTC
+++ Makerules
-@@ -110,27 +110,21 @@ LD := xcrun ld
- RANLIB_CMD := xcrun ranlib $@
+@@ -87,7 +87,7 @@ LD = xcrun ld
+ RANLIB_CMD = xcrun ranlib $@
# Linux uses pkg-config for system libraries.
-else ifeq "$(OS)" "Linux"
@@ -9,7 +9,9 @@
HAVE_PTHREAD := yes
SYS_PTHREAD_CFLAGS :=
- SYS_PTHREAD_LIBS := -lpthread
+@@ -97,21 +97,15 @@ HAVE_GLUT := yes
+ SYS_GLUT_CFLAGS :=
+ SYS_GLUT_LIBS := -lglut -lGL
-ifeq "$(shell pkg-config --exists 'libcrypto <= 1.0.1t' && echo yes)" "yes"
-HAVE_LIBCRYPTO := yes