diff options
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" |