diff options
author | 2002-10-20 10:22:16 +0000 | |
---|---|---|
committer | 2002-10-20 10:22:16 +0000 | |
commit | 0b7cdaba56c2bd48b1dd2fb642e8c831f5c183cb (patch) | |
tree | d3d570f9bf1d53fb47bd59666346fd1c6c975c9a /sys-devel/libtool/files | |
parent | Masked portage-2.0.41 (diff) | |
download | gentoo-2-0b7cdaba56c2bd48b1dd2fb642e8c831f5c183cb.tar.gz gentoo-2-0b7cdaba56c2bd48b1dd2fb642e8c831f5c183cb.tar.bz2 gentoo-2-0b7cdaba56c2bd48b1dd2fb642e8c831f5c183cb.zip |
clean
Diffstat (limited to 'sys-devel/libtool/files')
-rw-r--r-- | sys-devel/libtool/files/1.4/libtool-1.4.ltmain.sh-hack.diff | 20 | ||||
-rw-r--r-- | sys-devel/libtool/files/1.4/libtool.m4.patch | 12 |
2 files changed, 0 insertions, 32 deletions
diff --git a/sys-devel/libtool/files/1.4/libtool-1.4.ltmain.sh-hack.diff b/sys-devel/libtool/files/1.4/libtool-1.4.ltmain.sh-hack.diff deleted file mode 100644 index 6fa99486a3f5..000000000000 --- a/sys-devel/libtool/files/1.4/libtool-1.4.ltmain.sh-hack.diff +++ /dev/null @@ -1,20 +0,0 @@ ---- /usr/share/libtool/ltmain.sh Sat May 12 19:29:42 2001 -+++ ./ltmain.sh Wed May 23 20:02:10 2001 -@@ -1530,6 +1530,8 @@ - convenience="$convenience $ladir/$objdir/$old_library" - old_convenience="$old_convenience $ladir/$objdir/$old_library" - tmp_libs= -+ # PKGW -+ dependency_libs= - for deplib in $dependency_libs; do - deplibs="$deplib $deplibs" - case "$tmp_libs " in -@@ -1645,6 +1647,8 @@ - fi - - tmp_libs= -+ #PKGW -+ dependency_libs= - for deplib in $dependency_libs; do - case $deplib in - -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test diff --git a/sys-devel/libtool/files/1.4/libtool.m4.patch b/sys-devel/libtool/files/1.4/libtool.m4.patch deleted file mode 100644 index eb07fd3f446f..000000000000 --- a/sys-devel/libtool/files/1.4/libtool.m4.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- libtool.m4.bak Sat Jul 28 14:25:46 2001 -+++ libtool.m4 Sat Jul 28 14:25:48 2001 -@@ -22,6 +22,9 @@ - ## configuration script generated by Autoconf, you may include it under - ## the same distribution terms that you use for the rest of that program. - -+# The next line was added by Bruno Haible 2001-06-08. -+builtin([undefine],[symbols]) -+ - # serial 46 AC_PROG_LIBTOOL - AC_DEFUN([AC_PROG_LIBTOOL], - [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl |