summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2017-04-28 11:33:04 +0200
committerMichael Weber <xmw@gentoo.org>2017-04-28 11:33:23 +0200
commit7e51c0aae90d1611ff7674963a0e3989e6124e5d (patch)
treedb06cc8c54f6cc629f00091a4953a7344f4fd42e /app-text/mupdf/files/mupdf-1.11-CFLAGS.patch
parentx11-wm/stumpwm: Updates clx version (diff)
downloadgentoo-7e51c0aae90d1611ff7674963a0e3989e6124e5d.tar.gz
gentoo-7e51c0aae90d1611ff7674963a0e3989e6124e5d.tar.bz2
gentoo-7e51c0aae90d1611ff7674963a0e3989e6124e5d.zip
app-text/mupdf: Version bump (bug 616652), make mupdf-gl default if available (bug 616654), thanks Massimo Burcheri.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-text/mupdf/files/mupdf-1.11-CFLAGS.patch')
-rw-r--r--app-text/mupdf/files/mupdf-1.11-CFLAGS.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/app-text/mupdf/files/mupdf-1.11-CFLAGS.patch b/app-text/mupdf/files/mupdf-1.11-CFLAGS.patch
new file mode 100644
index 000000000000..2ffd326e5e46
--- /dev/null
+++ b/app-text/mupdf/files/mupdf-1.11-CFLAGS.patch
@@ -0,0 +1,10 @@
+--- mupdf-1.11-source/Makerules
++++ mupdf-1.11-source/Makerules
+@@ -23,7 +23,6 @@
+ endif
+
+ ifeq "$(build)" "debug"
+-CFLAGS += -pipe -g
+ LDFLAGS += -g
+ else ifeq "$(build)" "release"
+ CFLAGS += -pipe -O2 -DNDEBUG -fomit-frame-pointer