diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2002-01-14 11:41:32 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2002-01-14 11:41:32 +0000 |
commit | 21a1350b6b7f44896be06301b1862ba792dc0b58 (patch) | |
tree | e836da1bc687602af923c65f12945aa6fe8166ab /sys-devel/libtool | |
parent | updated to 1.4.2, apply patch that makes linking faster, noticable when mergi... (diff) | |
download | gentoo-2-21a1350b6b7f44896be06301b1862ba792dc0b58.tar.gz gentoo-2-21a1350b6b7f44896be06301b1862ba792dc0b58.tar.bz2 gentoo-2-21a1350b6b7f44896be06301b1862ba792dc0b58.zip |
put the patch in the correct place
Diffstat (limited to 'sys-devel/libtool')
-rw-r--r-- | sys-devel/libtool/files/1.4/libtool-1.4.2.ltmain.sh-hack.diff (renamed from sys-devel/libtool/files/libtool-1.4.2.ltmain.sh-hack.diff) | 0 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-1.4.2.ebuild | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/libtool/files/libtool-1.4.2.ltmain.sh-hack.diff b/sys-devel/libtool/files/1.4/libtool-1.4.2.ltmain.sh-hack.diff index 6fa99486a3f5..6fa99486a3f5 100644 --- a/sys-devel/libtool/files/libtool-1.4.2.ltmain.sh-hack.diff +++ b/sys-devel/libtool/files/1.4/libtool-1.4.2.ltmain.sh-hack.diff diff --git a/sys-devel/libtool/libtool-1.4.2.ebuild b/sys-devel/libtool/libtool-1.4.2.ebuild index 25be9caa63a7..d16298e1c6b6 100644 --- a/sys-devel/libtool/libtool-1.4.2.ebuild +++ b/sys-devel/libtool/libtool-1.4.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.2.ebuild,v 1.1 2002/01/14 11:40:29 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.2.ebuild,v 1.2 2002/01/14 11:41:32 hallski Exp $ S=${WORKDIR}/${P} DESCRIPTION="A shared library tool for developers" @@ -26,5 +26,5 @@ src_install() { README THANKS TODO doc/PLATFORMS cd ${D}/usr/share/libtool - patch -p0 < ${FILESDIR}/${PN}-${PV}.ltmain.sh-hack.diff + patch -p0 < ${FILESDIR}/1.4/${PN}-${PV}.ltmain.sh-hack.diff } |