From e9b1ca5deafa3c550034772f671f5d463b33ce93 Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 2 Oct 1998 14:49:33 +0000 Subject: Switch USE_LIBTOOL pkgs to use pkglibtool, and revert libtool back to a "vanilla" libtool (pkg now called glibtool) that understands NetBSD ELF. --- devel/libtool/patches/patch-aa | 12 ++++++------ devel/libtool/patches/patch-ab | 42 ------------------------------------------ 2 files changed, 6 insertions(+), 48 deletions(-) delete mode 100644 devel/libtool/patches/patch-ab (limited to 'devel/libtool/patches') diff --git a/devel/libtool/patches/patch-aa b/devel/libtool/patches/patch-aa index a5d8835811f..7948395907b 100644 --- a/devel/libtool/patches/patch-aa +++ b/devel/libtool/patches/patch-aa @@ -1,13 +1,11 @@ -$NetBSD: patch-aa,v 1.4 1998/08/07 10:40:25 agc Exp $ - --- ltconfig.orig Fri Mar 20 03:00:29 1998 -+++ ltconfig Sun Jul 12 22:48:41 1998 ++++ ltconfig Sun Sep 27 11:47:30 1998 @@ -808,7 +808,11 @@ netbsd*) # Tested with NetBSD 1.2 ld - archive_cmds='$LD -Bshareable -o $lib$libobjs' -+ if [ -f /usr/lib/libc.so ]; then ++ if $CC -E - -dM &2 - $echo "$help" 1>&2 -@@ -1841,10 +1843,12 @@ - IFS="$save_ifs" - fi - -+if test -n "$install_la"; then - # Install the pseudo-library for information purposes. - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - $show "$install_prog $file $destdir/$name" - $run eval "$install_prog $file $destdir/$name" || exit $? -+fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" -@@ -1912,6 +1916,7 @@ - exit 1 - fi - -+if test -n "$install_la"; then - finalize=yes - for lib in $link_against_libtool_libs; do - # Check to see that each library is installed. -@@ -1932,6 +1937,7 @@ - finalize=no - fi - done -+fi - - if test "$hardcode_action" = relink; then - if test "$finalize" = yes; then -- cgit v1.2.3