diff options
author | Tim Harder <radhermit@gentoo.org> | 2018-12-30 02:51:58 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2018-12-30 02:51:58 -0600 |
commit | 4152564fbaa82c75b11840d7e109281d8be065f7 (patch) | |
tree | 2ac72dda4bb0f7b69d3877dd63771c0a6fdde20c /net-print/gutenprint/files/gutenprint-5.3.1-cflags.patch | |
parent | media-gfx/gmic: remove old (diff) | |
download | gentoo-4152564fbaa82c75b11840d7e109281d8be065f7.tar.gz gentoo-4152564fbaa82c75b11840d7e109281d8be065f7.tar.bz2 gentoo-4152564fbaa82c75b11840d7e109281d8be065f7.zip |
net-print/gutenprint: version bump to 5.3.1
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'net-print/gutenprint/files/gutenprint-5.3.1-cflags.patch')
-rw-r--r-- | net-print/gutenprint/files/gutenprint-5.3.1-cflags.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net-print/gutenprint/files/gutenprint-5.3.1-cflags.patch b/net-print/gutenprint/files/gutenprint-5.3.1-cflags.patch new file mode 100644 index 000000000000..2f539333f792 --- /dev/null +++ b/net-print/gutenprint/files/gutenprint-5.3.1-cflags.patch @@ -0,0 +1,23 @@ +--- gutenprint-5.3.1/configure.ac ++++ gutenprint-5.3.1/configure.ac +@@ -714,20 +714,6 @@ + if test x${USE_MAINTAINER_MODE} = xyes ; then + STP_ADD_COMPILER_ARGS([-D_POSIX_C_SOURCE=200809L -std=c99 -pedantic -Waggregate-return -Wcast-qual -Wshadow -Wredundant-decls],, [GNUCFLAGS]) + fi +- if test x$ENABLE_DEBUG = xyes ; then +- STP_ADD_COMPILER_ARG([-g]) +- else +- STP_ADD_FIRST_COMPILER_ARG([-O3 -O2 -O1 -O]) +- fi +-else +- if test x$ENABLE_DEBUG = xyes ; then +- STP_ADD_COMPILER_ARG([-g]) +- else +- STP_ADD_FIRST_COMPILER_ARG([-O]) +- fi +-fi +-if test x$ENABLE_PROFILE = xyes ; then +- STP_ADD_COMPILER_ARG([-pg]) + fi + AC_SUBST(GNUCFLAGS) + |