diff options
author | Michael Januszewski <spock@gentoo.org> | 2009-09-26 12:15:49 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2009-09-26 12:15:49 +0000 |
commit | 4c60dca1d7bbbba8dd9ffc335bd30a501760ff34 (patch) | |
tree | 3619adb14b964b62fe08be5f20f7b43f1a217e62 /net-im/tleenx2/tleenx2-20060309.ebuild | |
parent | Fix by Jan Vansteenkiste for building with newer versions of libass #285328 b... (diff) | |
download | gentoo-2-4c60dca1d7bbbba8dd9ffc335bd30a501760ff34.tar.gz gentoo-2-4c60dca1d7bbbba8dd9ffc335bd30a501760ff34.tar.bz2 gentoo-2-4c60dca1d7bbbba8dd9ffc335bd30a501760ff34.zip |
Fix bug #278242.
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-im/tleenx2/tleenx2-20060309.ebuild')
-rw-r--r-- | net-im/tleenx2/tleenx2-20060309.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/tleenx2/tleenx2-20060309.ebuild b/net-im/tleenx2/tleenx2-20060309.ebuild index 76a9f4d7becc..e5e7a562979a 100644 --- a/net-im/tleenx2/tleenx2-20060309.ebuild +++ b/net-im/tleenx2/tleenx2-20060309.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 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.5 2008/12/11 15:04:49 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/tleenx2/tleenx2-20060309.ebuild,v 1.6 2009/09/26 12:15:48 spock Exp $ inherit autotools eutils @@ -27,6 +27,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/tleenx2-20060309-configure.in.patch" + epatch "${FILESDIR}/tleenx2-20060309-asneeded-fix.patch" eautoreconf } |