diff options
author | jlam <jlam@pkgsrc.org> | 2000-06-09 07:23:20 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-06-09 07:23:20 +0000 |
commit | dff1ef09e9ab136624311a417bac1ef0adb6fb1d (patch) | |
tree | 2405a76740ac1ba549095f2dab9ea7a4256d0b78 /audio/esound/patches | |
parent | 3fa889bd4a7fee2399fbad3b5440e252acfdda50 (diff) | |
download | pkgsrc-dff1ef09e9ab136624311a417bac1ef0adb6fb1d.tar.gz |
USE_LIBTOOL and LTCONFIG_OVERRIDE, instead of pkglibtool and patching
configure.
Diffstat (limited to 'audio/esound/patches')
-rw-r--r-- | audio/esound/patches/patch-aa | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/esound/patches/patch-aa b/audio/esound/patches/patch-aa deleted file mode 100644 index 6fbb27f9ba3..00000000000 --- a/audio/esound/patches/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-aa,v 1.3 1999/10/22 23:43:48 tron Exp $ - ---- configure.orig Tue Oct 5 14:49:21 1999 -+++ configure Fri Oct 22 21:29:53 1999 -@@ -1684,6 +1684,7 @@ - fi - - -+if false; then - # Check for any special flags to pass to ltconfig. - libtool_flags="--cache-file=$cache_file" - test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared" -@@ -1980,6 +1981,7 @@ - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+fi - - # Redirect the config.log output again, so that the ltconfig log is not - # clobbered by the next message. |