xmw 15/06/01 12:31:41 Added: mupdf-1.7a-system-mujs.patch Log: Enable javascript support (bug 550286, Cedric Sodhi). (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path 1.1 app-text/mupdf/files/mupdf-1.7a-system-mujs.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/files/mupdf-1.7a-system-mujs.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/files/mupdf-1.7a-system-mujs.patch?rev=1.1&content-type=text/plain Index: mupdf-1.7a-system-mujs.patch =================================================================== --- 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"
