diff options
author | Michael Weber <xmw@gentoo.org> | 2013-06-07 22:52:15 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2013-06-07 22:52:15 +0000 |
commit | e3e5b97ac5fc2bdca3307ee0c3b3b776d467b9ba (patch) | |
tree | 5eaac454918a91f4afb1028cdeaeb582b605d2b8 /app-text/mupdf/files/mupdf-1.0-buildsystem.patch | |
parent | Removed masking of >=sci-visualization/fityk-1.1 (diff) | |
download | gentoo-2-e3e5b97ac5fc2bdca3307ee0c3b3b776d467b9ba.tar.gz gentoo-2-e3e5b97ac5fc2bdca3307ee0c3b3b776d467b9ba.tar.bz2 gentoo-2-e3e5b97ac5fc2bdca3307ee0c3b3b776d467b9ba.zip |
Switch to shared libs and binaries (USE=static static-libs, bug 407807), Desktop integration patch, advanced buildsystem patch for 1.0
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'app-text/mupdf/files/mupdf-1.0-buildsystem.patch')
-rw-r--r-- | app-text/mupdf/files/mupdf-1.0-buildsystem.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/app-text/mupdf/files/mupdf-1.0-buildsystem.patch b/app-text/mupdf/files/mupdf-1.0-buildsystem.patch deleted file mode 100644 index 6a66f3c46e55..000000000000 --- a/app-text/mupdf/files/mupdf-1.0-buildsystem.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- mupdf-1.0-source/Makerules -+++ mupdf-1.0-source/Makerules -@@ -6,7 +6,7 @@ - CFLAGS += -Wall - - ifeq "$(build)" "debug" --CFLAGS += -pipe -g -DDEBUG -+CFLAGS += -DDEBUG - else ifeq "$(build)" "profile" - CFLAGS += -pipe -O2 -DNDEBUG -pg - LDFLAGS += -pg -@@ -22,7 +22,7 @@ - - ifeq "$(OS)" "Linux" - SYS_FREETYPE_INC := `pkg-config --cflags freetype2` --X11_LIBS := -lX11 -lXext -+X11_LIBS := $(shell pkg-config --libs x11 xext) - endif - - ifeq "$(OS)" "FreeBSD" |