diff options
author | Zero_Chaos <zerochaos@gentoo.org> | 2015-09-23 15:44:01 -0400 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2015-09-23 15:44:53 -0400 |
commit | 7d278889c6efb63108076e76916c29b622c4a7d0 (patch) | |
tree | f29f026fc1fd184660157ab0e77dff489e2c2503 /net-voip/yate/files | |
parent | Version bump. (diff) | |
download | gentoo-7d278889c6efb63108076e76916c29b622c4a7d0.tar.gz gentoo-7d278889c6efb63108076e76916c29b622c4a7d0.tar.bz2 gentoo-7d278889c6efb63108076e76916c29b622c4a7d0.zip |
net-voip/yatebts: version bump for bug #547346 and fix net-wireless/yatebts dep
Diffstat (limited to 'net-voip/yate/files')
-rw-r--r-- | net-voip/yate/files/yate-5.4.0-dont-mess-with-cflags.patch (renamed from net-voip/yate/files/dont-mess-with-cflags.patch) | 0 | ||||
-rw-r--r-- | net-voip/yate/files/yate-5.5.0-dont-mess-with-cflags.patch | 14 |
2 files changed, 14 insertions, 0 deletions
diff --git a/net-voip/yate/files/dont-mess-with-cflags.patch b/net-voip/yate/files/yate-5.4.0-dont-mess-with-cflags.patch index 961d73fa1ccc..961d73fa1ccc 100644 --- a/net-voip/yate/files/dont-mess-with-cflags.patch +++ b/net-voip/yate/files/yate-5.4.0-dont-mess-with-cflags.patch diff --git a/net-voip/yate/files/yate-5.5.0-dont-mess-with-cflags.patch b/net-voip/yate/files/yate-5.5.0-dont-mess-with-cflags.patch new file mode 100644 index 000000000000..1a2a98c24e9e --- /dev/null +++ b/net-voip/yate/files/yate-5.5.0-dont-mess-with-cflags.patch @@ -0,0 +1,14 @@ +https://build.opensuse.org/package/view_file/network:telephony/yate/dont-mess-with-cflags.patch?expand=1 + +Index: yate/configure.ac +=================================================================== +--- yate.orig/configure.ac ++++ yate/configure.ac +@@ -1652,7 +1652,6 @@ fi + + + INSTALL_D="install -D" +-CFLAGS=`echo "$CFLAGS" | sed 's/\(^\| \+\)-g[[0-9]]*//' | sed 's/[[[:space:]]]\{2,\}/ /g'` + MODULE_CFLAGS="-fno-exceptions -fPIC $HAVE_GCC_FORMAT_CHECK $HAVE_BLOCK_RETURN" + MODULE_CPPFLAGS="$HAVE_NO_OVERLOAD_VIRT_WARN $RTTI_OPT $MODULE_CFLAGS" + MODULE_LDRELAX="-rdynamic -shared" |