diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-09-11 11:41:02 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-11-06 20:32:35 +0100 |
commit | a6030bb3532c9b708af7ed369a7647a3e8790a10 (patch) | |
tree | c217afdcd95b32162a9c9fa873197ea7e656d4c5 /dev-libs/qof | |
parent | dev-libs/libxslt: remove unused patch (diff) | |
download | gentoo-a6030bb3532c9b708af7ed369a7647a3e8790a10.tar.gz gentoo-a6030bb3532c9b708af7ed369a7647a3e8790a10.tar.bz2 gentoo-a6030bb3532c9b708af7ed369a7647a3e8790a10.zip |
dev-libs/qof: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/2226
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/qof')
-rw-r--r-- | dev-libs/qof/files/qof-0.8.0-remove_spurious_CFLAGS.patch | 57 |
1 files changed, 0 insertions, 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 56c217592e2f..000000000000 --- 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" - |