diff options
Diffstat (limited to 'dev-libs/jrtplib/jrtplib-3.7.1.ebuild')
-rw-r--r-- | dev-libs/jrtplib/jrtplib-3.7.1.ebuild | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/dev-libs/jrtplib/jrtplib-3.7.1.ebuild b/dev-libs/jrtplib/jrtplib-3.7.1.ebuild index 2906e265d2c3..7c393d04f546 100644 --- a/dev-libs/jrtplib/jrtplib-3.7.1.ebuild +++ b/dev-libs/jrtplib/jrtplib-3.7.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/jrtplib/jrtplib-3.7.1.ebuild,v 1.1 2007/12/15 15:34:12 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/jrtplib/jrtplib-3.7.1.ebuild,v 1.2 2008/12/16 08:38:15 pva Exp $ + +inherit eutils DESCRIPTION="JRTPLIB is an object-oriented RTP library written in C++." HOMEPAGE="http://research.edm.luc.ac.be/jori/jrtplib/jrtplib.html" @@ -14,6 +16,12 @@ IUSE="examples ipv6" RDEPEND="dev-libs/jthread" DEPEND="${RDEPEND}" +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}/${P}-gcc43.patch" +} + src_compile() { econf $(use_enable ipv6 IPv6) emake || die "emake failed." |