diff options
author | 2008-12-11 15:04:49 +0000 | |
---|---|---|
committer | 2008-12-11 15:04:49 +0000 | |
commit | f340f3e75175b1a2a7cd01e8555f575e51c19572 (patch) | |
tree | cd09edf710edee2443cf6c7cfcc00fd2c027ac5f /net-im/tleenx2/tleenx2-20060309.ebuild | |
parent | Version bump and old version cleanup (diff) | |
download | gentoo-2-f340f3e75175b1a2a7cd01e8555f575e51c19572.tar.gz gentoo-2-f340f3e75175b1a2a7cd01e8555f575e51c19572.tar.bz2 gentoo-2-f340f3e75175b1a2a7cd01e8555f575e51c19572.zip |
Fix bug #248009. Apparently eautoreconf fixes the problems with --as-needed.
(Portage version: 2.1.6/cvs/Linux 2.6.27 x86_64)
Diffstat (limited to 'net-im/tleenx2/tleenx2-20060309.ebuild')
-rw-r--r-- | net-im/tleenx2/tleenx2-20060309.ebuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/net-im/tleenx2/tleenx2-20060309.ebuild b/net-im/tleenx2/tleenx2-20060309.ebuild index d712c3fb3349..76a9f4d7becc 100644 --- a/net-im/tleenx2/tleenx2-20060309.ebuild +++ b/net-im/tleenx2/tleenx2-20060309.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/tleenx2/tleenx2-20060309.ebuild,v 1.4 2008/10/06 20:45:05 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/tleenx2/tleenx2-20060309.ebuild,v 1.5 2008/12/11 15:04:49 spock Exp $ + +inherit autotools eutils IUSE="" LICENSE="GPL-2" @@ -21,6 +23,13 @@ RDEPEND="net-libs/libtlen DEPEND="dev-util/pkgconfig ${RDEPEND}" +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}/tleenx2-20060309-configure.in.patch" + eautoreconf +} + src_install() { make DESTDIR="${D}" install dodoc doc/* AUTHORS BUGS TODO |