diff options
author | Chris Reffett <creffett@gentoo.org> | 2018-02-10 16:22:38 -0500 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2018-02-10 16:25:37 -0500 |
commit | c4e19115458f5b8f8d1294c02d5dcdb3c2ab7049 (patch) | |
tree | f8c37e125be58b1142abea05dbac38a403cb5619 /net-voip/yate/files | |
parent | dev-libs/m17n-lib: stable 1.6.4 for hppa, bug #610450 (diff) | |
download | gentoo-c4e19115458f5b8f8d1294c02d5dcdb3c2ab7049.tar.gz gentoo-c4e19115458f5b8f8d1294c02d5dcdb3c2ab7049.tar.bz2 gentoo-c4e19115458f5b8f8d1294c02d5dcdb3c2ab7049.zip |
net-voip/yate: Bump, remove qt4, cleanup.
Bug: https://bugs.gentoo.org/642544
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-voip/yate/files')
-rw-r--r-- | net-voip/yate/files/yate-5.4.0-dont-mess-with-cflags.patch | 15 | ||||
-rw-r--r-- | net-voip/yate/files/yate-6.0.0-dont-mess-with-cflags.patch (renamed from net-voip/yate/files/yate-5.5.0-dont-mess-with-cflags.patch) | 0 | ||||
-rw-r--r-- | net-voip/yate/files/yate-9999-dont-mess-with-cflags.patch | 14 |
3 files changed, 14 insertions, 15 deletions
diff --git a/net-voip/yate/files/yate-5.4.0-dont-mess-with-cflags.patch b/net-voip/yate/files/yate-5.4.0-dont-mess-with-cflags.patch deleted file mode 100644 index 961d73fa1ccc..000000000000 --- a/net-voip/yate/files/yate-5.4.0-dont-mess-with-cflags.patch +++ /dev/null @@ -1,15 +0,0 @@ -https://build.opensuse.org/package/view_file/network:telephony/yate/dont-mess-with-cflags.patch?expand=1 - -Index: yate/configure.in -=================================================================== ---- yate.orig/configure.in -+++ yate/configure.in -@@ -1447,7 +1447,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="-fno-check-new $RTTI_OPT $MODULE_CFLAGS" - MODULE_LDRELAX="-export-dynamic -shared" - diff --git a/net-voip/yate/files/yate-5.5.0-dont-mess-with-cflags.patch b/net-voip/yate/files/yate-6.0.0-dont-mess-with-cflags.patch index 1a2a98c24e9e..1a2a98c24e9e 100644 --- a/net-voip/yate/files/yate-5.5.0-dont-mess-with-cflags.patch +++ b/net-voip/yate/files/yate-6.0.0-dont-mess-with-cflags.patch diff --git a/net-voip/yate/files/yate-9999-dont-mess-with-cflags.patch b/net-voip/yate/files/yate-9999-dont-mess-with-cflags.patch new file mode 100644 index 000000000000..1a2a98c24e9e --- /dev/null +++ b/net-voip/yate/files/yate-9999-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" |