summaryrefslogtreecommitdiff
path: root/print/mupdf/patches/patch-Makethird
diff options
context:
space:
mode:
authorleot <leot>2017-04-12 13:03:08 +0000
committerleot <leot>2017-04-12 13:03:08 +0000
commit6fbf069cad9a63ef6c980525bcda4896b16c57ea (patch)
tree561b706fc96f6f45e5242bcd3051654c5ab709e9 /print/mupdf/patches/patch-Makethird
parent25ef06eb711b4ca36cd45a494d3ff7570d1978f3 (diff)
downloadpkgsrc-6fbf069cad9a63ef6c980525bcda4896b16c57ea.tar.gz
Update print/mupdf to 1.11
Changes: List of changes in MuPDF 1.11 ----------------------------- * This is primarily a bug fix release. * Split Android and iOS viewers into separate projects: - mupdf-viewer-ios.git has the iOS viewer. - mupdf-viewer-android-old.git has the Android viewer. - mupdf-viewer-android-nui.git has a new advanced Android viewer. - mupdf-viewer-android-mini.git has a new minimalist Android viewer. * PDF portfolio support with command line tool "mutool portfolio". * Add callbacks to load fallback fonts from the system. * Use system fonts in Android to reduce install size. * Flag to disable publisher styles in EPUB layout. * Improved SVG output.
Diffstat (limited to 'print/mupdf/patches/patch-Makethird')
-rw-r--r--print/mupdf/patches/patch-Makethird8
1 files changed, 4 insertions, 4 deletions
diff --git a/print/mupdf/patches/patch-Makethird b/print/mupdf/patches/patch-Makethird
index 6c5db234ec4..8cc007fff9f 100644
--- a/print/mupdf/patches/patch-Makethird
+++ b/print/mupdf/patches/patch-Makethird
@@ -1,11 +1,11 @@
-$NetBSD: patch-Makethird,v 1.6 2016/04/27 12:34:58 leot Exp $
+$NetBSD: patch-Makethird,v 1.7 2017/04/12 13:03:08 leot Exp $
o mujs building support with libtool
---- Makethird.orig 2016-04-06 12:06:53.000000000 +0000
+--- Makethird.orig 2017-03-31 14:23:45.000000000 +0000
+++ Makethird
-@@ -24,13 +24,13 @@ ifneq "$(wildcard $(MUJS_DIR)/README)" "
- MUJS_OUT := $(OUT)/mujs
+@@ -26,13 +26,13 @@ ifneq "$(wildcard $(MUJS_DIR)/README)" "
+ MUJS_OUT := $(OUT)/thirdparty/mujs
MUJS_SRC := one.c
-MUJS_OBJ := $(addprefix $(MUJS_OUT)/, $(MUJS_SRC:%.c=%.o))