diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-03-06 17:42:36 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-03-06 17:42:36 +0000 |
commit | 8135155ac71bfdd7067f42c2ba0882dc8b987b05 (patch) | |
tree | 7f2e3153b60733304c94545b19ab192a9fbb959b /net-libs/h323plus | |
parent | Unfortunately linux/if_bridge.h is not self-contained and struct for ip6 is i... (diff) | |
download | gentoo-2-8135155ac71bfdd7067f42c2ba0882dc8b987b05.tar.gz gentoo-2-8135155ac71bfdd7067f42c2ba0882dc8b987b05.tar.bz2 gentoo-2-8135155ac71bfdd7067f42c2ba0882dc8b987b05.zip |
Fix openh323 makefile patching, drop hppa keyword due to ptlib.
(Portage version: 2.1.11.52/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-libs/h323plus')
-rw-r--r-- | net-libs/h323plus/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/h323plus/h323plus-1.25.0-r1.ebuild (renamed from net-libs/h323plus/h323plus-1.25.0.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/net-libs/h323plus/ChangeLog b/net-libs/h323plus/ChangeLog index a9852d1c29b9..9a7026a8d181 100644 --- a/net-libs/h323plus/ChangeLog +++ b/net-libs/h323plus/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-libs/h323plus # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/h323plus/ChangeLog,v 1.3 2013/03/06 01:48:11 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/h323plus/ChangeLog,v 1.4 2013/03/06 17:42:36 chithanh Exp $ + +*h323plus-1.25.0-r1 (06 Mar 2013) + + 06 Mar 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +h323plus-1.25.0-r1.ebuild, -h323plus-1.25.0.ebuild: + Fix openh323 makefile patching, drop hppa keyword due to ptlib. 06 Mar 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> h323plus-1.25.0.ebuild: diff --git a/net-libs/h323plus/h323plus-1.25.0.ebuild b/net-libs/h323plus/h323plus-1.25.0-r1.ebuild index f542d62f6253..33b04ed7a374 100644 --- a/net-libs/h323plus/h323plus-1.25.0.ebuild +++ b/net-libs/h323plus/h323plus-1.25.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/h323plus/h323plus-1.25.0.ebuild,v 1.3 2013/03/06 01:48:11 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/h323plus/h323plus-1.25.0-r1.ebuild,v 1.1 2013/03/06 17:42:36 chithanh Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-v${PV//./_}.tar.gz" IUSE="aec +audio debug +video" SLOT="0/${PV}" LICENSE="MPL-1.1" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" DEPEND=">=net-libs/ptlib-2.6.4:=[wav] aec? ( >=media-libs/speex-1.2_rc1 ) @@ -58,7 +58,7 @@ src_compile() { AR="$(tc-getAR)" # these should point to the right directories, # openh323.org apps and others need this - sed -i -e "s:^OH323_LIBDIR = \$(OPENH323DIR).*:OH323_LIBDIR = /usr/${libdir}:" \ + sed -i -e "s:^OH323_LIBDIR = \$(OPENH323DIR).*:OH323_LIBDIR = /usr/$(get_libdir):" \ openh323u.mak || die sed -i -e "s:^OH323_INCDIR = \$(OPENH323DIR).*:OH323_INCDIR = /usr/include/openh323:" \ openh323u.mak || die |