summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2/files/patch-config::ltmain.sh
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2003-06-30 16:51:00 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2003-06-30 16:51:00 +0000
commita02fef83a0eabbbe411aca1c7847b0782eb1d283 (patch)
tree7162d5a5d4ed9e4531354327f9ad6e0c18921ca3 /security/cyrus-sasl2/files/patch-config::ltmain.sh
parentFix patching on -CURRENT by using REINPLACE to do the do. (diff)
Update to 2.1.14.
Notes
Notes: svn path=/head/; revision=83906
Diffstat (limited to 'security/cyrus-sasl2/files/patch-config::ltmain.sh')
-rw-r--r--security/cyrus-sasl2/files/patch-config::ltmain.sh26
1 files changed, 5 insertions, 21 deletions
diff --git a/security/cyrus-sasl2/files/patch-config::ltmain.sh b/security/cyrus-sasl2/files/patch-config::ltmain.sh
index ae5ba843aee9..9f453aa05c76 100644
--- a/security/cyrus-sasl2/files/patch-config::ltmain.sh
+++ b/security/cyrus-sasl2/files/patch-config::ltmain.sh
@@ -1,23 +1,7 @@
---- config/ltmain.sh.orig Tue Sep 3 23:59:40 2002
-+++ config/ltmain.sh Sat Oct 12 08:03:59 2002
-@@ -1894,7 +1894,7 @@
- if test $? -eq 0 ; then
- ldd_output=`ldd conftest`
- for i in $deplibs; do
-- name="`expr $i : '-l\(.*\)'`"
-+ name="`expr X$i : 'X-l\(.*\)'`"
- # If $name is empty we are operating on a -L argument.
- if test "$name" != "" ; then
- libname=`eval \\$echo \"$libname_spec\"`
-@@ -1919,7 +1919,7 @@
- # Error occured in the first compile. Let's try to salvage the situation:
- # Compile a seperate program for each library.
- for i in $deplibs; do
-- name="`expr $i : '-l\(.*\)'`"
-+ name="`expr X$i : 'X-l\(.*\)'`"
- # If $name is empty we are operating on a -L argument.
- if test "$name" != "" ; then
- $rm conftest
+Index: config/ltmain.sh
+diff -u config/ltmain.sh.orig config/ltmain.sh
+--- config/ltmain.sh.orig Thu Jun 12 09:32:43 2003
++++ config/ltmain.sh Tue Jul 1 01:07:11 2003
@@ -1959,7 +1959,7 @@
set dummy $deplibs_check_method
file_magic_regex="`expr \"$deplibs_check_method\" : \"$2 \(.*\)\"`"
@@ -27,7 +11,7 @@
# If $name is empty we are operating on a -L argument.
if test "$name" != "" ; then
libname=`eval \\$echo \"$libname_spec\"`
-@@ -3391,8 +3391,8 @@
+@@ -3396,8 +3396,8 @@
# Install the pseudo-library for information purposes.
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
instname="$dir/$name"i