diff options
author | Michael Januszewski <spock@gentoo.org> | 2006-04-16 07:09:54 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2006-04-16 07:09:54 +0000 |
commit | 23037b896d433781539ec48d310f2aac32bb114a (patch) | |
tree | 3b91cb105a950c67b58455bd5df35b7b35ea1c2c /net-libs | |
parent | Force --libdir to work around autotools bug in nemerle. See bug #126508. (diff) | |
download | gentoo-2-23037b896d433781539ec48d310f2aac32bb114a.tar.gz gentoo-2-23037b896d433781539ec48d310f2aac32bb114a.tar.bz2 gentoo-2-23037b896d433781539ec48d310f2aac32bb114a.zip |
Fixed fPIC patch name (for amd64).
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtlen/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libtlen/libtlen-20060309.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/libtlen/ChangeLog b/net-libs/libtlen/ChangeLog index 5d11c6397582..1db84f897891 100644 --- a/net-libs/libtlen/ChangeLog +++ b/net-libs/libtlen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libtlen # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/ChangeLog,v 1.8 2006/04/15 21:56:02 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/ChangeLog,v 1.9 2006/04/16 07:09:54 spock Exp $ + + 16 Apr 2006; Michał Januszewski <spock@gentoo.org> + libtlen-20060309.ebuild: + Fixed fPIC patch name (for amd64). *libtlen-20060309 (15 Apr 2006) diff --git a/net-libs/libtlen/libtlen-20060309.ebuild b/net-libs/libtlen/libtlen-20060309.ebuild index d80b82ba424d..7b429cd4e0fd 100644 --- a/net-libs/libtlen/libtlen-20060309.ebuild +++ b/net-libs/libtlen/libtlen-20060309.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/libtlen-20060309.ebuild,v 1.1 2006/04/15 21:56:02 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/libtlen-20060309.ebuild,v 1.2 2006/04/16 07:09:54 spock Exp $ inherit eutils @@ -20,7 +20,7 @@ src_unpack() { cd ${S} if use amd64; then - epatch ${FILESDIR}/${PV}-fPIC.patch + epatch ${FILESDIR}/20040912-fPIC.patch aclocal autoconf libtoolize --force --copy |