diff options
author | vs <vs@FreeBSD.org> | 2005-04-13 11:51:34 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-13 11:51:34 +0000 |
commit | d0cdaba0c58e32fb8201206231c77eb7aa2e5142 (patch) | |
tree | cb59d55da0c0f7cdd3ec73319aa7620f11f9b2ff /security | |
parent | 308821407c867339c66bb0c85adf2c26b0dfa727 (diff) | |
download | FreeBSD-ports-d0cdaba0c58e32fb8201206231c77eb7aa2e5142.zip FreeBSD-ports-d0cdaba0c58e32fb8201206231c77eb7aa2e5142.tar.gz |
USE_LIBTOOL instead of local patch
Diffstat (limited to 'security')
-rw-r--r-- | security/libmcrypt/Makefile | 1 | ||||
-rw-r--r-- | security/libmcrypt/files/patch-ltmain.sh | 23 |
2 files changed, 1 insertions, 23 deletions
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile index 4e6dedb..2325de2 100644 --- a/security/libmcrypt/Makefile +++ b/security/libmcrypt/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME:S/lib//} MAINTAINER= ports@FreeBSD.org COMMENT= Multi-cipher cryptographic library (used in PHP) +USE_LIBTOOL_VER=15 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-static diff --git a/security/libmcrypt/files/patch-ltmain.sh b/security/libmcrypt/files/patch-ltmain.sh deleted file mode 100644 index 0c9089a..0000000 --- a/security/libmcrypt/files/patch-ltmain.sh +++ /dev/null @@ -1,23 +0,0 @@ ---- ltmain.sh.orig Wed Dec 18 06:19:10 2002 -+++ ltmain.sh Sat Dec 21 02:44:34 2002 -@@ -973,6 +973,7 @@ - ;; - - -avoid-version) -+ build_old_libs=no - avoid_version=yes - continue - ;; -@@ -4325,10 +4326,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - 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 $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |