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 digest-qof-0.7.4
Date: Wed, 30 Jan 2008 11:51:10
Message-Id: E1JKBT9-0007w9-Jt@stork.gentoo.org
1 opfer 08/01/30 11:51:07
2
3 Added: qof-0.7.4-remove_spurious_CFLAGS.patch
4 digest-qof-0.7.4
5 Log:
6 version bump, add dependency on SQLite 2 versions
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.1 dev-libs/qof/files/qof-0.7.4-remove_spurious_CFLAGS.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/qof/files/qof-0.7.4-remove_spurious_CFLAGS.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/qof/files/qof-0.7.4-remove_spurious_CFLAGS.patch?rev=1.1&content-type=text/plain
14
15 Index: qof-0.7.4-remove_spurious_CFLAGS.patch
16 ===================================================================
17 --- configure.orig 2008-01-30 12:40:59.000000000 +0100
18 +++ configure 2008-01-30 12:43:25.000000000 +0100
19 @@ -26894,11 +26894,11 @@
20 echo $ECHO_N "checking what extra warning flags to pass to the C compiler... $ECHO_C" >&6; }
21 if test ${GCC}x = yesx; then
22 warnFLAGS=
23 - CFLAGS="${CFLAGS} -g2 -Wall"
24 + CFLAGS="${CFLAGS}"
25 # Check whether --enable-error-on-warning was given.
26 if test "${enable_error_on_warning+set}" = set; then
27 enableval=$enable_error_on_warning; case "${enableval}" in
28 - yes) warnFLAGS="${warnFLAGS} -Werror" ;;
29 + yes) warnFLAGS="${warnFLAGS}" ;;
30 no) ;;
31 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-error-on-warning" >&5
32 echo "$as_me: error: bad value ${enableval} for --enable-error-on-warning" >&2;}
33 @@ -26913,10 +26913,10 @@
34 # This is gcc >= 3.x.x
35 if test `echo ${GCC_VERSION} | cut -d. -f2` -ge 4; then
36 # This is gcc >= 3.4.x
37 - warnFLAGS="${warnFLAGS} -Wdeclaration-after-statement"
38 + warnFLAGS="${warnFLAGS}"
39 else if test `echo ${GCC_VERSION} | cut -d. -f1` -ge 4; then
40 # This is gcc == 4.x.x
41 - warnFLAGS="${warnFLAGS} -Wdeclaration-after-statement -Wno-pointer-sign"
42 + warnFLAGS="${warnFLAGS}"
43 fi
44 fi
45 fi
46 @@ -26934,19 +26934,6 @@
47 enableval=$enable_compile_warnings; set_compile_warnings=yes
48 fi
49
50 -
51 -if test "$GCC" = "yes" -a "$set_compile_warnings" != "no"; then
52 - warnFLAGS="$warnFLAGS -Wcast-align -Wsign-compare \
53 - -Wmissing-prototypes -Wmissing-declarations -Werror -Wmissing-include-dirs \
54 - -Wstrict-prototypes -Winline -Wnested-externs -Wpointer-arith \
55 - -Wmissing-field-initializers"
56 -# LDFLAGS="$LDFLAGS -Wl,-z,defs"
57 -fi
58 -
59 -
60 -
61 -
62 -
63 DATADIR=`eval echo $datadir`
64 QSF_SCHEMA_DIR=`eval echo $DATADIR`"/xml/qof/qsf"
65
66
67
68
69 1.1 dev-libs/qof/files/digest-qof-0.7.4
70
71 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/qof/files/digest-qof-0.7.4?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/qof/files/digest-qof-0.7.4?rev=1.1&content-type=text/plain
73
74 Index: digest-qof-0.7.4
75 ===================================================================
76 MD5 eff4d936542ae59ed213fd52b7548fae qof-0.7.4.tar.gz 905986
77 RMD160 6258fafeb35c260aff4f576f3a2eac4903c073c0 qof-0.7.4.tar.gz 905986
78 SHA256 87b33cd2823cc5d7bf659eadbe9b9c83be0d4257c4827284093704e33ac8abb8 qof-0.7.4.tar.gz 905986
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list