diff options
author | Jaco Kroon <jaco@uls.co.za> | 2020-12-29 15:57:09 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-04 16:32:48 +0000 |
commit | 2d666342dbf4ed53ff1dd77946722dd91918bf96 (patch) | |
tree | d8703e68640c3495bc1157723fcb9a67866e5c75 /net-voip/yate | |
parent | net-voip/yate: version bump to 6.2.0 (diff) | |
download | gentoo-2d666342dbf4ed53ff1dd77946722dd91918bf96.tar.gz gentoo-2d666342dbf4ed53ff1dd77946722dd91918bf96.tar.bz2 gentoo-2d666342dbf4ed53ff1dd77946722dd91918bf96.zip |
net-voip/yate: bring -9999 in line with 6.2.0.
This basically brings in the known required patches, and removes
duplicate -9999 patch from files/.
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
Closes: https://bugs.gentoo.org/666012
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-voip/yate')
-rw-r--r-- | net-voip/yate/files/yate-9999-dont-mess-with-cflags.patch | 14 | ||||
-rw-r--r-- | net-voip/yate/yate-9999.ebuild | 9 |
2 files changed, 6 insertions, 17 deletions
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 deleted file mode 100644 index 1a2a98c24e9e..000000000000 --- a/net-voip/yate/files/yate-9999-dont-mess-with-cflags.patch +++ /dev/null @@ -1,14 +0,0 @@ -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" diff --git a/net-voip/yate/yate-9999.ebuild b/net-voip/yate/yate-9999.ebuild index adfc9f09121a..5ed8e890f9e7 100644 --- a/net-voip/yate/yate-9999.ebuild +++ b/net-voip/yate/yate-9999.ebuild @@ -24,12 +24,12 @@ IUSE="doc cpu_flags_x86_sse2 sctp dahdi zaptel wpcard tdmcard wanpipe +ilbc +ilb RDEPEND=" postgres? ( dev-db/postgresql:* ) - mysql? ( virtual/mysql ) + mysql? ( dev-db/mysql-connector-c:= ) gsm? ( media-sound/gsm ) speex? ( media-libs/speex ) ssl? ( dev-libs/openssl:0 ) zlib? ( sys-libs/zlib ) - ilbc? ( dev-libs/ilbc-rfc3951 ) + ilbc? ( media-libs/libilbc ) spandsp? ( >=media-libs/spandsp-0.0.3 ) dahdi? ( net-misc/dahdi ) " @@ -37,7 +37,10 @@ DEPEND="doc? ( app-doc/doxygen ) virtual/pkgconfig ${RDEPEND}" -PATCHES=( "${FILESDIR}"/${P}-dont-mess-with-cflags.patch ) +PATCHES=( + "${FILESDIR}/${PN}-6.0.0-dont-mess-with-cflags.patch" + "${FILESDIR}/${PN}-6.2.0-my_bool.patch" +) src_prepare() { default_src_prepare |