Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/qof/files: qof-0.7.4-remove_spurious_CFLAGS.patch
Date: Wed, 30 Jan 2008 12:11:11
Message-Id: E1JKBlJ-0008OF-2C@stork.gentoo.org
1 opfer 08/01/30 12:09:53
2
3 Modified: qof-0.7.4-remove_spurious_CFLAGS.patch
4 Log:
5 add sqlite, doc and nls USE flags; rework the patch so really all unnecessary CFLAGS are removed; prevent auto-detection of some programs
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.2 dev-libs/qof/files/qof-0.7.4-remove_spurious_CFLAGS.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/qof/files/qof-0.7.4-remove_spurious_CFLAGS.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/qof/files/qof-0.7.4-remove_spurious_CFLAGS.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/qof/files/qof-0.7.4-remove_spurious_CFLAGS.patch?r1=1.1&r2=1.2
14
15 Index: qof-0.7.4-remove_spurious_CFLAGS.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/qof/files/qof-0.7.4-remove_spurious_CFLAGS.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- qof-0.7.4-remove_spurious_CFLAGS.patch 30 Jan 2008 11:51:07 -0000 1.1
22 +++ qof-0.7.4-remove_spurious_CFLAGS.patch 30 Jan 2008 12:09:52 -0000 1.2
23 @@ -1,6 +1,6 @@
24 ---- configure.orig 2008-01-30 12:40:59.000000000 +0100
25 -+++ configure 2008-01-30 12:43:25.000000000 +0100
26 -@@ -26894,11 +26894,11 @@
27 +--- configure.orig 2008-01-30 13:06:35.000000000 +0100
28 ++++ configure 2008-01-30 13:06:45.000000000 +0100
29 +@@ -26894,18 +26894,18 @@
30 echo $ECHO_N "checking what extra warning flags to pass to the C compiler... $ECHO_C" >&6; }
31 if test ${GCC}x = yesx; then
32 warnFLAGS=
33 @@ -14,6 +14,14 @@
34 no) ;;
35 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-error-on-warning" >&5
36 echo "$as_me: error: bad value ${enableval} for --enable-error-on-warning" >&2;}
37 + { (exit 1); exit 1; }; } ;;
38 + esac
39 + else
40 +- warnFLAGS="${warnFLAGS} -Werror"
41 ++ warnFLAGS="${warnFLAGS}"
42 + fi
43 +
44 + GCC_VERSION=`${CC} -dumpversion`
45 @@ -26913,10 +26913,10 @@
46 # This is gcc >= 3.x.x
47 if test `echo ${GCC_VERSION} | cut -d. -f2` -ge 4; then
48
49
50
51 --
52 gentoo-commits@l.g.o mailing list