summaryrefslogtreecommitdiff
path: root/x11/kdelibs
diff options
context:
space:
mode:
authorthorpej <thorpej>1998-08-20 07:38:03 +0000
committerthorpej <thorpej>1998-08-20 07:38:03 +0000
commitbe6a1f2b538f0573498b9bd1099ab6c902700652 (patch)
treea24fea6d21b5977dce755f39690d1e6307b55ce2 /x11/kdelibs
parent9494c088800d1786dbb235980eb027bd03cf6892 (diff)
downloadpkgsrc-be6a1f2b538f0573498b9bd1099ab6c902700652.tar.gz
Don't just not set $LIBTOOL, rather set it to the libtool that we're
actually supposed to be using.
Diffstat (limited to 'x11/kdelibs')
-rw-r--r--x11/kdelibs/patches/patch-aa17
1 files changed, 10 insertions, 7 deletions
diff --git a/x11/kdelibs/patches/patch-aa b/x11/kdelibs/patches/patch-aa
index 1e120e783a2..3063accc4d3 100644
--- a/x11/kdelibs/patches/patch-aa
+++ b/x11/kdelibs/patches/patch-aa
@@ -1,21 +1,24 @@
-$NetBSD: patch-aa,v 1.5 1998/08/07 11:18:08 agc Exp $
+$NetBSD: patch-aa,v 1.6 1998/08/20 07:38:03 thorpej Exp $
---- configure.orig Sun Jul 19 18:35:14 1998
-+++ configure Sun Jul 19 18:35:48 1998
-@@ -1688,6 +1688,8 @@
+--- configure.orig Wed Aug 19 23:03:27 1998
++++ configure Wed Aug 19 23:07:02 1998
+@@ -1688,6 +1688,11 @@
ac_save_cflags="$CFLAGS"
CC=$CXX
CFLAGS="$CXXFLAGS"
+
-+if false; then
++if true; then
++# NetBSD: always use NetBSD's libtool!
++LIBTOOL='$(LOCALBASE)/bin/libtool'
++else
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -1733,6 +1735,8 @@
+@@ -1733,6 +1738,8 @@
${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
++fi # NetBSD libtool check
+
CC=$ac_save_cc
CFLAGS="$ac_save_cflags"