diff options
author | tron <tron@pkgsrc.org> | 1999-02-14 21:39:29 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-02-14 21:39:29 +0000 |
commit | 9f9db69945c2cd6d696b63c31fe828e61032d331 (patch) | |
tree | 098a4bb8f03115a4c312ae04196c7b5ff5fea3e9 /x11 | |
parent | 5a1e5c4bc0b46e796c75a3263a73da378d42fcfa (diff) | |
download | pkgsrc-9f9db69945c2cd6d696b63c31fe828e61032d331.tar.gz |
Skip configuration of custom libtool because we use our own one anyway.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/windowmaker/patches/patch-ab | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/x11/windowmaker/patches/patch-ab b/x11/windowmaker/patches/patch-ab index 64e82703760..f167f8eb178 100644 --- a/x11/windowmaker/patches/patch-ab +++ b/x11/windowmaker/patches/patch-ab @@ -1,15 +1,24 @@ -$NetBSD: patch-ab,v 1.6 1999/02/02 10:24:11 tron Exp $ +$NetBSD: patch-ab,v 1.7 1999/02/14 21:39:29 tron Exp $ ---- configure.orig Wed Jan 20 10:00:00 1999 -+++ configure Sun Jan 31 03:58:31 1999 -@@ -1300,8 +1300,8 @@ +--- configure.orig Wed Jan 20 16:00:00 1999 ++++ configure Sun Feb 14 22:32:41 1999 +@@ -1300,8 +1300,9 @@ echo "$ac_t""no" 1>&6 fi -# Always use our own libtool. -LIBTOOL='$(SHELL) $(top_builddir)/libtool' +# Use NetBSD's pkglibtool ++if false; then +#LIBTOOL='$(SHELL) $(top_builddir)/libtool' # Check for any special flags to pass to ltconfig. libtool_flags= +@@ -1345,6 +1346,7 @@ + ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \ + $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ + || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } ++fi + + + # by Marcelo Magallon <mmagallo@efis.ucr.ac.cr> |