summaryrefslogtreecommitdiff
path: root/lang/cim/patches
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-04-21 01:10:58 +0000
committerjtb <jtb@pkgsrc.org>2001-04-21 01:10:58 +0000
commit56c5d1ec87021ca82597d633eb21eb8c2dc4c8b6 (patch)
treed7c2803bde1717739c38f3ba5d93df895a824d33 /lang/cim/patches
parentaf4d779d5ebeae00b0bfe01d8036b1e1b3b17820 (diff)
downloadpkgsrc-56c5d1ec87021ca82597d633eb21eb8c2dc4c8b6.tar.gz
Patch "configure" rather than "aclocal.m4".
Diffstat (limited to 'lang/cim/patches')
-rw-r--r--lang/cim/patches/patch-aa48
1 files changed, 24 insertions, 24 deletions
diff --git a/lang/cim/patches/patch-aa b/lang/cim/patches/patch-aa
index 352f7907264..e7ef09bc876 100644
--- a/lang/cim/patches/patch-aa
+++ b/lang/cim/patches/patch-aa
@@ -1,31 +1,31 @@
-$NetBSD: patch-aa,v 1.1 2001/02/16 05:44:05 jtb Exp $
+$NetBSD: patch-aa,v 1.2 2001/04/21 01:10:58 jtb Exp $
---- aclocal.m4.orig Fri Feb 16 05:23:28 2001
-+++ aclocal.m4
-@@ -30,7 +30,7 @@
- [
- AC_MSG_CHECKING(grepping libtool to find link_static_flag)
- AC_CACHE_VAL(cim_cv_link_static_flag,[
+--- configure.orig Fri Nov 5 21:07:44 1999
++++ configure
+@@ -3285,7 +3285,7 @@
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+
+-eval `grep wl= libtool`
++eval `grep ^wl libtool`
+ cim_cv_wl_flag=$pic_flag
+
+ fi
+@@ -3303,7 +3303,7 @@
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+
-eval `grep link_static_flag libtool`
+eval `grep ^link_static_flag libtool`
cim_cv_link_static_flag=$link_static_flag
- ])
- AC_MSG_RESULT($cim_cv_link_static_flag)
-@@ -41,7 +41,7 @@
- [
- AC_MSG_CHECKING(grepping libtool to find pic_flag)
- AC_CACHE_VAL(cim_cv_pic_flag,[
+
+ fi
+@@ -3321,7 +3321,7 @@
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+
-eval `grep pic_flag libtool`
+eval `grep ^pic_flag libtool`
cim_cv_pic_flag=$pic_flag
- ])
- AC_MSG_RESULT($cim_cv_pic_flag)
-@@ -52,7 +52,7 @@
- [
- AC_MSG_CHECKING(grepping libtool to find wl_flag)
- AC_CACHE_VAL(cim_cv_wl_flag,[
--eval `grep wl= libtool`
-+eval `grep ^wl= libtool`
- cim_cv_wl_flag=$pic_flag
- ])
- AC_MSG_RESULT($cim_cv_wl_flag)
+
+ fi