summaryrefslogtreecommitdiff
path: root/net-print/gutenprint/files/gutenprint-5.2.4-CFLAGS.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-print/gutenprint/files/gutenprint-5.2.4-CFLAGS.patch')
-rw-r--r--net-print/gutenprint/files/gutenprint-5.2.4-CFLAGS.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-print/gutenprint/files/gutenprint-5.2.4-CFLAGS.patch b/net-print/gutenprint/files/gutenprint-5.2.4-CFLAGS.patch
deleted file mode 100644
index e5d64e6042e0..000000000000
--- a/net-print/gutenprint/files/gutenprint-5.2.4-CFLAGS.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur gutenprint-5.2.3-orig/configure.ac gutenprint-5.2.3/configure.ac
---- gutenprint-5.2.3-orig/configure.ac 2008-12-20 18:04:24.000000000 -0600
-+++ gutenprint-5.2.3/configure.ac 2009-02-13 18:52:19.000000000 -0600
-@@ -631,20 +631,6 @@
- if test x${USE_MAINTAINER_MODE} = xyes ; then
- STP_ADD_COMPILER_ARGS([-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([-O6 -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)
-