Gentoo Archives: gentoo-commits

From: "Richard Farina (zerochaos)" <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/yatebts/files: yatebts-4.0.0-dont-mess-with-cflags.patch
Date: Fri, 25 Jul 2014 23:38:37
Message-Id: 20140725233833.B942B2004F@flycatcher.gentoo.org
1 zerochaos 14/07/25 23:38:33
2
3 Added: yatebts-4.0.0-dont-mess-with-cflags.patch
4 Log:
5 cleanups, build fixes, and stable release. not pretty, but works
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
8
9 Revision Changes Path
10 1.1 net-wireless/yatebts/files/yatebts-4.0.0-dont-mess-with-cflags.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/yatebts/files/yatebts-4.0.0-dont-mess-with-cflags.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/yatebts/files/yatebts-4.0.0-dont-mess-with-cflags.patch?rev=1.1&content-type=text/plain
14
15 Index: yatebts-4.0.0-dont-mess-with-cflags.patch
16 ===================================================================
17 diff -Naur yate-bts/configure.in yate-bts-sane/configure.in
18 --- yate-bts/configure.in 2014-07-25 10:28:44.000000000 -0400
19 +++ yate-bts-sane/configure.in 2014-07-25 17:38:23.550069064 -0400
20 @@ -36,9 +36,6 @@
21 AC_PROG_CC
22 AC_PROG_AWK
23
24 -# Delete -g as we handle debug info at build time
25 -CFLAGS=`echo "$CFLAGS" | sed 's/-g[[0-9]]* *//' 2>/dev/null`
26 -
27 # Helper to check by pkgconfig including local paths
28 function pkgconfig_check()
29 {