diff options
author | vs <vs@FreeBSD.org> | 2005-04-13 19:51:34 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-13 19:51:34 +0800 |
commit | d0cdaba0c58e32fb8201206231c77eb7aa2e5142 (patch) | |
tree | cb59d55da0c0f7cdd3ec73319aa7620f11f9b2ff /security | |
parent | 308821407c867339c66bb0c85adf2c26b0dfa727 (diff) | |
download | freebsd-ports-gnome-d0cdaba0c58e32fb8201206231c77eb7aa2e5142.tar.gz freebsd-ports-gnome-d0cdaba0c58e32fb8201206231c77eb7aa2e5142.tar.zst freebsd-ports-gnome-d0cdaba0c58e32fb8201206231c77eb7aa2e5142.zip |
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 4e6dedb83e33..2325de2d57de 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 0c9089ac359a..000000000000 --- 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" |