mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
change the libtool version to use from 1.3 to 1.5
This commit is contained in:
parent
92e5f6b3b1
commit
c37f08f501
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136539
2 changed files with 12 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
11
devel/libPropList/files/patch-configure
Normal file
11
devel/libPropList/files/patch-configure
Normal file
|
@ -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; }
|
||||
|
Loading…
Add table
Reference in a new issue