diff options
author | jlam <jlam@pkgsrc.org> | 2000-06-21 01:02:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-06-21 01:02:10 +0000 |
commit | 99a2cd4c36f73ab96bf3e6911db555647112695b (patch) | |
tree | feba785d72a765479bfcd6e5bf48935431fb568d /graphics/fnlib/patches | |
parent | ec0a588d1eee2f312e487017d1dd7294bf2bbcc5 (diff) | |
download | pkgsrc-99a2cd4c36f73ab96bf3e6911db555647112695b.tar.gz |
USE_LIBTOOL instead of PKGLIBTOOL.
Diffstat (limited to 'graphics/fnlib/patches')
-rw-r--r-- | graphics/fnlib/patches/patch-aa | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/fnlib/patches/patch-aa b/graphics/fnlib/patches/patch-aa deleted file mode 100644 index 8c5b6ab4354..00000000000 --- a/graphics/fnlib/patches/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-aa,v 1.2 1999/10/28 00:27:39 jlam Exp $ - ---- configure.orig Mon Oct 18 20:27:25 1999 -+++ configure Thu Oct 21 00:13:53 1999 -@@ -1310,6 +1310,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" -@@ -1467,6 +1468,7 @@ - # Redirect the config.log output again, so that the ltconfig log is not - # clobbered by the next message. - exec 5>>./config.log -+fi - - # Extract the first word of "gcc", so it can be a program name with args. - set dummy gcc; ac_word=$2 |