summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2015-08-11 12:26:28 +0200
committerMichael Weber <xmw@gentoo.org>2015-08-11 12:26:28 +0200
commitdef69cb127cae7323d42f05fa9f348112850b6b0 (patch)
treeaf84ea6ae9a42e7ea66ea329d4cdeaaa6ef40669 /app-text/mupdf/files/mupdf-1.1_rc1-buildsystem.patch
parentapp-text/llpp: drop old. (diff)
downloadgentoo-def69cb127cae7323d42f05fa9f348112850b6b0.tar.gz
gentoo-def69cb127cae7323d42f05fa9f348112850b6b0.tar.bz2
gentoo-def69cb127cae7323d42f05fa9f348112850b6b0.zip
app-text/mupdf: drop old.
Package-Manager: portage-2.2.20
Diffstat (limited to 'app-text/mupdf/files/mupdf-1.1_rc1-buildsystem.patch')
-rw-r--r--app-text/mupdf/files/mupdf-1.1_rc1-buildsystem.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-text/mupdf/files/mupdf-1.1_rc1-buildsystem.patch b/app-text/mupdf/files/mupdf-1.1_rc1-buildsystem.patch
deleted file mode 100644
index fc7572ebe7d4..000000000000
--- a/app-text/mupdf/files/mupdf-1.1_rc1-buildsystem.patch
+++ /dev/null
@@ -1,22 +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
-@@ -21,8 +21,8 @@
- endif
-
- ifeq "$(OS)" "Linux"
--SYS_FREETYPE_INC := `pkg-config --cflags freetype2`
--X11_LIBS := -lX11 -lXext
-+SYS_FREETYPE_INC := $(shell pkg-config --cflags freetype2)
-+X11_LIBS := $(shell pkg-config --libs x11 xext)
- endif
-
- ifeq "$(OS)" "FreeBSD"