diff options
author | krion <krion@FreeBSD.org> | 2004-12-22 18:15:02 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-12-22 18:15:02 +0800 |
commit | 69bcf59acf014ba6b929ef7672d5b72aab8486ed (patch) | |
tree | a5a9821235ab9402f7569c2aae6af8fbf302c2c6 /devel | |
parent | 0940272d00e277c7c0426f5db63cbee209d1874d (diff) | |
download | freebsd-ports-gnome-69bcf59acf014ba6b929ef7672d5b72aab8486ed.tar.gz freebsd-ports-gnome-69bcf59acf014ba6b929ef7672d5b72aab8486ed.tar.zst freebsd-ports-gnome-69bcf59acf014ba6b929ef7672d5b72aab8486ed.zip |
Switch libtool to version 15.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/privman/Makefile | 2 | ||||
-rw-r--r-- | devel/privman/files/patch-configure | 10 |
2 files changed, 1 insertions, 11 deletions
diff --git a/devel/privman/Makefile b/devel/privman/Makefile index ef4c02298387..92205b3b5870 100644 --- a/devel/privman/Makefile +++ b/devel/privman/Makefile @@ -14,7 +14,7 @@ MAINTAINER= krion@FreeBSD.org COMMENT= Library that makes it easy for programs to use privilege separation GNU_CONFIGURE= yes -USE_INC_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes USE_REINPLACE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/devel/privman/files/patch-configure b/devel/privman/files/patch-configure deleted file mode 100644 index 83fff46af6d9..000000000000 --- a/devel/privman/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Tue Jul 29 23:05:27 2003 -+++ configure Tue Jul 29 23:05:46 2003 -@@ -8062,6 +8062,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' |