summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/mupdf/files/mupdf-0.7_p20110212-buildsystem.patch')
-rw-r--r--app-text/mupdf/files/mupdf-0.7_p20110212-buildsystem.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-text/mupdf/files/mupdf-0.7_p20110212-buildsystem.patch b/app-text/mupdf/files/mupdf-0.7_p20110212-buildsystem.patch
deleted file mode 100644
index 299179706ea5..000000000000
--- a/app-text/mupdf/files/mupdf-0.7_p20110212-buildsystem.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- mupdf-0.7_p20110212/Makerules.orig
-+++ mupdf-0.7_p20110212/Makerules
-@@ -4,8 +4,8 @@
- OS := $(OS:MINGW%=MINGW)
-
- CC ?= cc
--CFLAGS := -Ifitz -Imupdf -Wall
--LDFLAGS :=
-+CFLAGS += -Ifitz -Imupdf
-+LDFLAGS +=
-
- ifeq "$(build)" "debug"
- CFLAGS += -pipe -g
-@@ -21,7 +21,7 @@
-
- ifeq "$(OS)" "Linux"
- SYS_FREETYPE_INC := `pkg-config --cflags freetype2`
--X11LIBS := -lX11 -lXext
-+X11LIBS := `pkg-config --libs x11 xext`
- PDFVIEW_EXE = $(X11VIEW_EXE)
- endif
-