diff options
Diffstat (limited to 'app-text/mupdf/files/mupdf-1.7a-system-mujs.patch')
-rw-r--r-- | app-text/mupdf/files/mupdf-1.7a-system-mujs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-text/mupdf/files/mupdf-1.7a-system-mujs.patch b/app-text/mupdf/files/mupdf-1.7a-system-mujs.patch new file mode 100644 index 000000000000..1ccaf32d79bb --- /dev/null +++ b/app-text/mupdf/files/mupdf-1.7a-system-mujs.patch @@ -0,0 +1,11 @@ +--- mupdf-1.7a/Makefile ++++ mupdf-1.7a/Makefile +@@ -98,7 +98,7 @@ + ifeq "$(HAVE_MUJS)" "yes" + PDF_OBJ += $(OUT)/pdf/js/pdf-js.o + PDF_OBJ += $(OUT)/pdf/js/pdf-jsimp-mu.o +-THIRD_LIBS += $(MUJS_LIB) ++THIRD_LIBS += + LIBS += $(MUJS_LIBS) + CFLAGS += $(MUJS_CFLAGS) + else ifeq "$(HAVE_JSCORE)" "yes" |