summaryrefslogtreecommitdiff
path: root/lang/cim/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cim/patches/patch-aa')
-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