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-voip/yate/files: dont-mess-with-cflags.patch yate-2.0.0-spandsp.patch yate-2.0.0-ilbc-alsa-oss.patch yate-2.0.0-cxxflags.patch yate-2.0.0-as-needed.patch yate-4.3.0-ilbc-alsa-oss.patch
Date: Fri, 25 Jul 2014 20:12:43
Message-Id: 20140725201238.F20D42004F@flycatcher.gentoo.org
1 zerochaos 14/07/25 20:12:38
2
3 Added: dont-mess-with-cflags.patch
4 Removed: yate-2.0.0-spandsp.patch
5 yate-2.0.0-ilbc-alsa-oss.patch
6 yate-2.0.0-cxxflags.patch
7 yate-2.0.0-as-needed.patch
8 yate-4.3.0-ilbc-alsa-oss.patch
9 Log:
10 ebuild cleanup, QA warnings fix, adding stable version
11
12 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
13
14 Revision Changes Path
15 1.1 net-voip/yate/files/dont-mess-with-cflags.patch
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/yate/files/dont-mess-with-cflags.patch?rev=1.1&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/yate/files/dont-mess-with-cflags.patch?rev=1.1&content-type=text/plain
19
20 Index: dont-mess-with-cflags.patch
21 ===================================================================
22 https://build.opensuse.org/package/view_file/network:telephony/yate/dont-mess-with-cflags.patch?expand=1
23
24 Index: yate/configure.in
25 ===================================================================
26 --- yate.orig/configure.in
27 +++ yate/configure.in
28 @@ -1447,7 +1447,6 @@ fi
29
30
31 INSTALL_D="install -D"
32 -CFLAGS=`echo "$CFLAGS" | sed 's/\(^\| *\)-g[[0-9]]*//' | sed 's/[[[:space:]]]\{2,\}/ /g'`
33 MODULE_CFLAGS="-fno-exceptions -fPIC $HAVE_GCC_FORMAT_CHECK $HAVE_BLOCK_RETURN"
34 MODULE_CPPFLAGS="-fno-check-new $RTTI_OPT $MODULE_CFLAGS"
35 MODULE_LDRELAX="-export-dynamic -shared"