diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-15 21:25:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-15 21:25:39 +0000 |
commit | cbe401005a02acb793a6c6509b19ad8e19ff0f42 (patch) | |
tree | 6eb71eadd09e46456c6e5f27cbecec4c1932a972 /devel | |
parent | 1ac55844fc62450d80e50c006bce3f56d12261d2 (diff) | |
download | pkgsrc-cbe401005a02acb793a6c6509b19ad8e19ff0f42.tar.gz |
remove unnecessary part of patch (LTCONFIG_OVERRIDE takes care of this)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/isect/files/patch-sum | 3 | ||||
-rw-r--r-- | devel/isect/patches/patch-aa | 19 |
2 files changed, 3 insertions, 19 deletions
diff --git a/devel/isect/files/patch-sum b/devel/isect/files/patch-sum index 0894fe4ec9e..a63a0641165 100644 --- a/devel/isect/files/patch-sum +++ b/devel/isect/files/patch-sum @@ -1,4 +1,5 @@ -$NetBSD: patch-sum,v 1.2 2000/08/14 17:31:02 wiz Exp $ +$NetBSD: patch-sum,v 1.3 2000/08/15 21:25:39 wiz Exp $ +MD5 (patch-aa) = e80384468e405421f1ada5d1b486da0e MD5 (patch-ab) = c0af8cb5a050aaf651b00e2415439d39 MD5 (patch-ac) = 492db11be79977994f2d4c2dbe8df060 diff --git a/devel/isect/patches/patch-aa b/devel/isect/patches/patch-aa index 4a42ca9aed9..e0822d0e0bc 100644 --- a/devel/isect/patches/patch-aa +++ b/devel/isect/patches/patch-aa @@ -1,24 +1,7 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/09/15 18:56:22 jlam Exp $ +$NetBSD: patch-aa,v 1.2 2000/08/15 21:25:39 wiz Exp $ --- configure.orig Fri Aug 20 06:16:18 1999 +++ configure Tue Sep 14 23:56:02 1999 -@@ -1623,6 +1623,8 @@ - fi - - -+# Use NetBSD's pkglibtool. -+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" -@@ -1780,6 +1782,7 @@ - # Redirect the config.log output again, so that the ltconfig log is not - # clobbered by the next message. - exec 5>>./config.log -+fi - - echo $ac_n "checking for AIX""... $ac_c" 1>&6 - echo "configure:1786: checking for AIX" >&5 @@ -2379,7 +2382,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else |