diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-02-25 14:57:26 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-02-25 14:57:26 +0000 |
commit | e3cc8a90f242106ae25d1b3e41d8c0adf86563fd (patch) | |
tree | 14f3676bbfa746387afd4a5c94a8a7d6332ac51f /security | |
parent | Update to version 0.36 (diff) |
use USE_INC_LIBTOOL_VER.
Notes
Notes:
svn path=/head/; revision=129768
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 1 | ||||
-rw-r--r-- | security/cyrus-sasl2/files/patch-config::ltmain.sh | 33 |
2 files changed, 1 insertions, 33 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index a4bc4f3c0576..c346e696afde 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -41,6 +41,7 @@ MAN3= sasl.3 sasl_authorize_t.3 sasl_auxprop.3 \ MAN8= sasldblistusers2.8 saslpasswd2.8 USE_OPENSSL= yes +USE_INC_LIBTOOL_VER= 13 GNU_CONFIGURE= YES CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ diff --git a/security/cyrus-sasl2/files/patch-config::ltmain.sh b/security/cyrus-sasl2/files/patch-config::ltmain.sh deleted file mode 100644 index 0471b82685ca..000000000000 --- a/security/cyrus-sasl2/files/patch-config::ltmain.sh +++ /dev/null @@ -1,33 +0,0 @@ -Index: config/ltmain.sh -diff -u config/ltmain.sh.orig config/ltmain.sh ---- 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 - deplib_match=$2 -- if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then -+ if test `expr "X$ldd_output" : "X.*$deplib_match"` -ne 0 ; then - newdeplibs="$newdeplibs $i" - else - droppeddeps=yes -@@ -1931,7 +1931,7 @@ - deplib_matches=`eval \\$echo \"$library_names_spec\"` - set dummy $deplib_matches - deplib_match=$2 -- if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then -+ if test `expr "X$ldd_output" : "X.*$deplib_match"` -ne 0 ; then - newdeplibs="$newdeplibs $i" - else - droppeddeps=yes -@@ -3396,8 +3396,8 @@ - # Install the pseudo-library for information purposes. - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i -- $show "$install_prog $instname $destdir/$name" -- $run eval "$install_prog $instname $destdir/$name" || exit $? -+ #$show "$install_prog $instname $destdir/$name" -+ #$run eval "$install_prog $instname $destdir/$name" || exit $? - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |