diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-04-07 21:36:56 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-04-07 21:36:56 +0000 |
commit | 0ba6d3ce18b49237d33cd410ebf314530112cae1 (patch) | |
tree | 74b4095562e97980cf4eff6edd6a202120fe4f79 /sys-devel/libtool/files | |
parent | fix bug #1581 (remove deprecated kde-env dep), remove old versions (diff) | |
download | historical-0ba6d3ce18b49237d33cd410ebf314530112cae1.tar.gz historical-0ba6d3ce18b49237d33cd410ebf314530112cae1.tar.bz2 historical-0ba6d3ce18b49237d33cd410ebf314530112cae1.zip |
further portage fixes
Diffstat (limited to 'sys-devel/libtool/files')
-rw-r--r-- | sys-devel/libtool/files/1.4.1/libtool-1.4.1-portage.patch-v2 | 26 | ||||
-rw-r--r-- | sys-devel/libtool/files/digest-libtool-1.4.1-r5 | 1 |
2 files changed, 27 insertions, 0 deletions
diff --git a/sys-devel/libtool/files/1.4.1/libtool-1.4.1-portage.patch-v2 b/sys-devel/libtool/files/1.4.1/libtool-1.4.1-portage.patch-v2 new file mode 100644 index 000000000000..6e87c353b39a --- /dev/null +++ b/sys-devel/libtool/files/1.4.1/libtool-1.4.1-portage.patch-v2 @@ -0,0 +1,26 @@ +--- ltmain.sh.orig Wed Apr 3 01:19:37 2002 ++++ ltmain.sh Sun Apr 7 23:18:24 2002 +@@ -3942,7 +3942,12 @@ + fi + newdependency_libs="$newdependency_libs $libdir/$name" + ;; +- *) newdependency_libs="$newdependency_libs $deplib" ;; ++ *) ++ if [ -z "`echo $deplib |grep -e "${S}"`" ] && [ -z "`echo $deplib |grep -e "${D}"`" ] ++ then ++ newdependency_libs="$newdependency_libs $deplib" ++ fi ++ ;; + esac + done + dependency_libs="$newdependency_libs" +@@ -3975,6 +3980,9 @@ + case $host,$output,$installed,$module,$dlname in + *cygwin*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;; + esac ++ if test "$installed" = yes; then ++ install_libdir="`echo $install_libdir |sed -e "s:'${S}:':g" -e "s:'${D}:':g"`" ++ fi + $echo > $output "\ + # $outputname - a libtool library file + # Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP diff --git a/sys-devel/libtool/files/digest-libtool-1.4.1-r5 b/sys-devel/libtool/files/digest-libtool-1.4.1-r5 new file mode 100644 index 000000000000..ce6a480b1e86 --- /dev/null +++ b/sys-devel/libtool/files/digest-libtool-1.4.1-r5 @@ -0,0 +1 @@ +MD5 28582af0b96513f223e970db1a9a5cde libtool-1.4.1.tar.gz 1129676 |