Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/mupdf/files: mupdf-1.7a-system-mujs.patch
Date: Mon, 01 Jun 2015 12:31:46
Message-Id: 20150601123141.B6AC1A1C@oystercatcher.gentoo.org
1 xmw 15/06/01 12:31:41
2
3 Added: mupdf-1.7a-system-mujs.patch
4 Log:
5 Enable javascript support (bug 550286, Cedric Sodhi).
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
8
9 Revision Changes Path
10 1.1 app-text/mupdf/files/mupdf-1.7a-system-mujs.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/files/mupdf-1.7a-system-mujs.patch?rev=1.1&view=markup
13 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
14
15 Index: mupdf-1.7a-system-mujs.patch
16 ===================================================================
17 --- mupdf-1.7a/Makefile
18 +++ mupdf-1.7a/Makefile
19 @@ -98,7 +98,7 @@
20 ifeq "$(HAVE_MUJS)" "yes"
21 PDF_OBJ += $(OUT)/pdf/js/pdf-js.o
22 PDF_OBJ += $(OUT)/pdf/js/pdf-jsimp-mu.o
23 -THIRD_LIBS += $(MUJS_LIB)
24 +THIRD_LIBS +=
25 LIBS += $(MUJS_LIBS)
26 CFLAGS += $(MUJS_CFLAGS)
27 else ifeq "$(HAVE_JSCORE)" "yes"