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-aa28
1 files changed, 19 insertions, 9 deletions
diff --git a/lang/cim/patches/patch-aa b/lang/cim/patches/patch-aa
index e7ef09bc876..4f1fd8abe19 100644
--- a/lang/cim/patches/patch-aa
+++ b/lang/cim/patches/patch-aa
@@ -1,31 +1,41 @@
-$NetBSD: patch-aa,v 1.2 2001/04/21 01:10:58 jtb Exp $
+$NetBSD: patch-aa,v 1.3 2006/04/04 16:53:59 jlam Exp $
---- configure.orig Fri Nov 5 21:07:44 1999
+--- configure.orig 1999-11-05 16:07:44.000000000 -0500
+++ configure
-@@ -3285,7 +3285,7 @@
+@@ -3279,14 +3279,16 @@ EOF
+
+
+
++test -z "$libtool_path" || libtool_path="./libtool"
++
+ echo $ac_n "checking grepping libtool to find wl_flag""... $ac_c" 1>&6
+ echo "configure:3284: checking grepping libtool to find wl_flag" >&5
+ if eval "test \"`echo '$''{'cim_cv_wl_flag'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
-eval `grep wl= libtool`
-+eval `grep ^wl libtool`
- cim_cv_wl_flag=$pic_flag
+-cim_cv_wl_flag=$pic_flag
++eval `grep ^wl= $libtool_path`
++cim_cv_wl_flag=$wl
fi
-@@ -3303,7 +3303,7 @@
+
+@@ -3303,7 +3305,7 @@ if eval "test \"`echo '$''{'cim_cv_link_
echo $ac_n "(cached) $ac_c" 1>&6
else
-eval `grep link_static_flag libtool`
-+eval `grep ^link_static_flag libtool`
++eval `grep ^link_static_flag= $libtool_path`
cim_cv_link_static_flag=$link_static_flag
fi
-@@ -3321,7 +3321,7 @@
+@@ -3321,7 +3323,7 @@ if eval "test \"`echo '$''{'cim_cv_pic_f
echo $ac_n "(cached) $ac_c" 1>&6
else
-eval `grep pic_flag libtool`
-+eval `grep ^pic_flag libtool`
++eval `grep ^pic_flag= $libtool_path`
cim_cv_pic_flag=$pic_flag
fi