Gentoo Archives: gentoo-commits

From: "Thilo Bangert (bangert)" <bangert@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/wavemon/files: wavemon-0.6.7-dont-override-CFLAGS.patch
Date: Wed, 26 Jan 2011 19:14:10
Message-Id: 20110126191401.5C29720057@flycatcher.gentoo.org
1 bangert 11/01/26 19:14:01
2
3 Added: wavemon-0.6.7-dont-override-CFLAGS.patch
4 Log:
5 Respect CFLAGS for real (#241096)
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 net-wireless/wavemon/files/wavemon-0.6.7-dont-override-CFLAGS.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wavemon/files/wavemon-0.6.7-dont-override-CFLAGS.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wavemon/files/wavemon-0.6.7-dont-override-CFLAGS.patch?rev=1.1&content-type=text/plain
14
15 Index: wavemon-0.6.7-dont-override-CFLAGS.patch
16 ===================================================================
17 --- configure.ac.orig 2011-01-26 15:59:05.000000000 +0100
18 +++ configure.ac 2011-01-26 15:59:17.000000000 +0100
19 @@ -9,8 +9,6 @@
20 AC_DEFINE_UNQUOTED([BUILD_DATE], ["`/bin/date`"],
21 [date wavemon was last configured and built])
22
23 -CFLAGS="-O2 -Wall"
24 -
25 # wavemon is only supported on Linux, warn user about futile compilations
26 AC_CANONICAL_HOST
27 case "$host_os" in