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-9999-buildsystem.patch
Date: Thu, 28 Feb 2013 15:46:03
Message-Id: 20130228154600.884012171E@flycatcher.gentoo.org
1 xmw 13/02/28 15:46:00
2
3 Modified: mupdf-9999-buildsystem.patch
4 Log:
5 Update live buildsystem patch.
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
8
9 Revision Changes Path
10 1.2 app-text/mupdf/files/mupdf-9999-buildsystem.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/files/mupdf-9999-buildsystem.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/files/mupdf-9999-buildsystem.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/files/mupdf-9999-buildsystem.patch?r1=1.1&r2=1.2
15
16 Index: mupdf-9999-buildsystem.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/mupdf/files/mupdf-9999-buildsystem.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mupdf-9999-buildsystem.patch 28 Nov 2012 07:33:09 -0000 1.1
23 +++ mupdf-9999-buildsystem.patch 28 Feb 2013 15:46:00 -0000 1.2
24 @@ -9,16 +9,3 @@
25 else ifeq "$(build)" "profile"
26 CFLAGS += -pipe -O2 -DNDEBUG -pg
27 LDFLAGS += -pg
28 -@@ -21,9 +21,9 @@
29 - endif
30 -
31 - ifeq "$(OS)" "Linux"
32 --SYS_FREETYPE_INC := `pkg-config --cflags freetype2`
33 --SYS_OPENJPEG_INC := `pkg-config --cflags libopenjpeg`
34 --X11_LIBS := -lX11 -lXext
35 -+SYS_FREETYPE_INC := $(shell pkg-config --cflags freetype2)
36 -+SYS_OPENJPEG_INC := $(shell pkg-config --cflags libopenjpeg)
37 -+X11_LIBS := $(shell pkg-config --libs x11 xext)
38 - endif
39 -
40 - ifeq "$(OS)" "FreeBSD"