diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-07-15 18:32:58 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-07-15 18:32:58 +0000 |
commit | bcf750fff8d45aeecdde55ec82cd5dab6c217ac4 (patch) | |
tree | 5e156b5c73f3f3271a6101bc21ac9646ae10f9d7 /security/cyrus-sasl2/files/patch-config::ltmain.sh | |
parent | Chase the at-spi shared lib version. (diff) |
Update to 2.1.15.
Notes
Notes:
svn path=/head/; revision=84929
Diffstat (limited to 'security/cyrus-sasl2/files/patch-config::ltmain.sh')
-rw-r--r-- | security/cyrus-sasl2/files/patch-config::ltmain.sh | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/security/cyrus-sasl2/files/patch-config::ltmain.sh b/security/cyrus-sasl2/files/patch-config::ltmain.sh index 51dd0492008d..0471b82685ca 100644 --- a/security/cyrus-sasl2/files/patch-config::ltmain.sh +++ b/security/cyrus-sasl2/files/patch-config::ltmain.sh @@ -1,7 +1,7 @@ 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 Wed Jul 2 11:50:04 2003 +--- config/ltmain.sh.orig Wed Jul 2 22:29:00 2003 ++++ config/ltmain.sh Wed Jul 16 02:57:20 2003 @@ -1901,7 +1901,7 @@ deplib_matches=`eval \\$echo \"$library_names_spec\"` set dummy $deplib_matches @@ -20,15 +20,6 @@ diff -u config/ltmain.sh.orig config/ltmain.sh newdeplibs="$newdeplibs $i" else droppeddeps=yes -@@ -1959,7 +1959,7 @@ - set dummy $deplibs_check_method - file_magic_regex="`expr \"$deplibs_check_method\" : \"$2 \(.*\)\"`" - for a_deplib in $deplibs; do -- name="`expr $a_deplib : '-l\(.*\)'`" -+ name="`expr X$a_deplib : 'X-l\(.*\)'`" - # If $name is empty we are operating on a -L argument. - if test "$name" != "" ; then - libname=`eval \\$echo \"$libname_spec\"` @@ -3396,8 +3396,8 @@ # Install the pseudo-library for information purposes. name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` |