summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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.patch11
1 files changed, 0 insertions, 11 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
deleted file mode 100644
index 1ccaf32d79bb..000000000000
--- a/app-text/mupdf/files/mupdf-1.7a-system-mujs.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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"