commit:     a6030bb3532c9b708af7ed369a7647a3e8790a10
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Sun Sep 11 09:41:02 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov  6 19:32:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6030bb3

dev-libs/qof: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/2226

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../files/qof-0.8.0-remove_spurious_CFLAGS.patch   | 57 ----------------------
 1 file changed, 57 deletions(-)

diff --git a/dev-libs/qof/files/qof-0.8.0-remove_spurious_CFLAGS.patch 
b/dev-libs/qof/files/qof-0.8.0-remove_spurious_CFLAGS.patch
deleted file mode 100644
index 56c2175..00000000
--- a/dev-libs/qof/files/qof-0.8.0-remove_spurious_CFLAGS.patch
+++ /dev/null
@@ -1,57 +0,0 @@
---- configure.orig     2009-06-09 19:15:07.000384982 +0200
-+++ configure  2009-06-09 19:17:31.320384334 +0200
-@@ -22653,18 +22653,18 @@
- $as_echo_n "checking what extra warning flags to pass to the C compiler... " 
>&6; }
- if test ${GCC}x = yesx; then
-   warnFLAGS=
--  CFLAGS="${CFLAGS} -g2 -Wall"
-+  CFLAGS="${CFLAGS}"
-   # Check whether --enable-error-on-warning was given.
- if test "${enable_error_on_warning+set}" = set; then
-   enableval=$enable_error_on_warning; case "${enableval}" in
--        yes) warnFLAGS="${warnFLAGS} -Werror" ;;
-+        yes) warnFLAGS="${warnFLAGS}" ;;
-         no)  ;;
-         *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for 
--enable-error-on-warning" >&5
- $as_echo "$as_me: error: bad value ${enableval} for 
--enable-error-on-warning" >&2;}
-    { (exit 1); exit 1; }; } ;;
-         esac
- else
--    warnFLAGS="${warnFLAGS} -Werror"
-+    warnFLAGS="${warnFLAGS}"
- fi
- 
-   GCC_VERSION=`${CC} -dumpversion`
-@@ -22672,10 +22672,10 @@
-      # This is gcc >= 3.x.x
-      if test `echo ${GCC_VERSION} | cut -d. -f2` -ge 4; then
-         # This is gcc >= 3.4.x
--        warnFLAGS="${warnFLAGS} -Wdeclaration-after-statement"
-+        warnFLAGS="${warnFLAGS}"
-      else if test `echo ${GCC_VERSION} | cut -d. -f1` -ge 4; then
-         # This is gcc == 4.x.x
--        warnFLAGS="${warnFLAGS} -Wdeclaration-after-statement 
-Wno-pointer-sign"
-+        warnFLAGS="${warnFLAGS}"
-         fi
-      fi
-   fi
-@@ -22693,19 +22693,6 @@
-   enableval=$enable_compile_warnings; set_compile_warnings=yes
- fi
- 
--
--if test "$GCC" = "yes" -a "$set_compile_warnings" != "no"; then
--        warnFLAGS="$warnFLAGS -Wcast-align -Wsign-compare \
-- -Wmissing-prototypes -Wmissing-declarations -Werror -Wmissing-include-dirs \
-- -Wstrict-prototypes -Winline -Wnested-externs -Wpointer-arith \
-- -Wmissing-field-initializers"
--# LDFLAGS="$LDFLAGS -Wl,-z,defs"
--fi
--
--
--
--
--
- DATADIR=`eval echo $datadir`
- QSF_SCHEMA_DIR=`eval echo $DATADIR`"/xml/qof/qsf"
- 

Reply via email to