diff options
author | jlam <jlam@pkgsrc.org> | 2000-06-09 06:54:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-06-09 06:54:51 +0000 |
commit | 683edb26a9f1377ea1dab22ebff377776619876f (patch) | |
tree | 0b5af2bcb5460a905405b7e880cdabb3e553cc33 /archivers/liblzo/patches | |
parent | db568b2ac1c8f6d381d63685a647f99aca068b08 (diff) | |
download | pkgsrc-683edb26a9f1377ea1dab22ebff377776619876f.tar.gz |
USE_LIBTOOL and LTCONFIG_OVERRIDE, instead of pkglibtool and patching
configure.
Diffstat (limited to 'archivers/liblzo/patches')
-rw-r--r-- | archivers/liblzo/patches/patch-aa | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/archivers/liblzo/patches/patch-aa b/archivers/liblzo/patches/patch-aa deleted file mode 100644 index 021bb280b44..00000000000 --- a/archivers/liblzo/patches/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2000/05/02 18:48:35 danw Exp $ - ---- configure.orig Mon Nov 29 18:37:24 1999 -+++ configure Wed Dec 22 20:33:48 1999 -@@ -2099,6 +2099,7 @@ - rm -f confcache - - -+if false; then - # Actually configure libtool. ac_aux_dir is where install-sh is found. - CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ - LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ -@@ -2123,6 +2124,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. |