summaryrefslogtreecommitdiff
path: root/audio/esound
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-02-14 21:21:39 +0000
committertron <tron@pkgsrc.org>1999-02-14 21:21:39 +0000
commit5a1e5c4bc0b46e796c75a3263a73da378d42fcfa (patch)
tree3d6c1501a9fb34d190364fd230d62d3cead3dc8a /audio/esound
parent0d2728f8bca390e2d59c995901db38e7e849b92d (diff)
downloadpkgsrc-5a1e5c4bc0b46e796c75a3263a73da378d42fcfa.tar.gz
Don't hardwire "${LOCALBASE}/bin/pkglibtool" as path for our package
libtool and skip unnecessary configuration of custom libtool.
Diffstat (limited to 'audio/esound')
-rw-r--r--audio/esound/patches/patch-aa22
1 files changed, 15 insertions, 7 deletions
diff --git a/audio/esound/patches/patch-aa b/audio/esound/patches/patch-aa
index be3dec32d99..b84bf95cd44 100644
--- a/audio/esound/patches/patch-aa
+++ b/audio/esound/patches/patch-aa
@@ -1,12 +1,20 @@
-$NetBSD: patch-aa,v 1.1 1998/12/28 17:26:17 garbled Exp $
---- configure.orig Mon Dec 28 10:20:08 1998
-+++ configure Mon Dec 28 10:20:50 1998
-@@ -1198,7 +1198,7 @@
+$NetBSD: patch-aa,v 1.2 1999/02/14 21:21:39 tron Exp $
+
+--- configure.orig Sat Jul 18 04:51:16 1998
++++ configure Sun Feb 14 22:16:51 1999
+@@ -1198,6 +1198,7 @@
fi
# Always use our own libtool.
--LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-+LIBTOOL='$(PREFIX)/bin/pkglibtool'
++if false; then
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# Check for any special flags to pass to ltconfig.
- libtool_flags=
+@@ -1242,6 +1243,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
+
+ # Extract the first word of "gcc", so it can be a program name with args.
+ set dummy gcc; ac_word=$2