aboutsummaryrefslogtreecommitdiff
path: root/security/libmcrypt
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-04-13 11:51:34 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-04-13 11:51:34 +0000
commitef231921c2879dd6f53c6e8222157ee9be50f309 (patch)
tree7be9891b48fc66785c0bb24cc4aa589bda5843cc /security/libmcrypt
parentbad8d0a212648af16f9708f0776c1ca4ca4b9880 (diff)
downloadports-ef231921c2879dd6f53c6e8222157ee9be50f309.tar.gz
ports-ef231921c2879dd6f53c6e8222157ee9be50f309.zip
USE_LIBTOOL instead of local patch
Notes
Notes: svn path=/head/; revision=133230
Diffstat (limited to 'security/libmcrypt')
-rw-r--r--security/libmcrypt/Makefile1
-rw-r--r--security/libmcrypt/files/patch-ltmain.sh23
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"