diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-01 01:00:47 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-01 01:00:47 +0800 |
commit | ef260696efa5c210b3c641764b6dc95b2f3a7d76 (patch) | |
tree | e32939dcf6a8e6dcd360ead8edfab99ca5045fa8 | |
parent | 4b87e226c7b164c8b69aed7c182b869920326597 (diff) | |
download | freebsd-ports-gnome-ef260696efa5c210b3c641764b6dc95b2f3a7d76.tar.gz freebsd-ports-gnome-ef260696efa5c210b3c641764b6dc95b2f3a7d76.tar.zst freebsd-ports-gnome-ef260696efa5c210b3c641764b6dc95b2f3a7d76.zip |
change the libtool version to use from 1.3 to 1.5
-rw-r--r-- | devel/libPropList/Makefile | 2 | ||||
-rw-r--r-- | devel/libPropList/files/patch-configure | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/devel/libPropList/Makefile b/devel/libPropList/Makefile index b6ab3f7575f2..95c141863f1a 100644 --- a/devel/libPropList/Makefile +++ b/devel/libPropList/Makefile @@ -15,7 +15,7 @@ DISTNAME= libPropList-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Property library for gnome and Window Maker -USE_INC_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes USE_REINPLACE= yes diff --git a/devel/libPropList/files/patch-configure b/devel/libPropList/files/patch-configure new file mode 100644 index 000000000000..ac2169721d1c --- /dev/null +++ b/devel/libPropList/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Tue May 31 16:56:15 2005 ++++ configure Tue May 31 16:56:26 2005 +@@ -1452,7 +1452,7 @@ + LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ + LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ + DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ +-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ ++$ac_aux_dir/ltconfig --no-reexec \ + $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \ + || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } + |