USE_LIBTOOL instead of local patch
This commit is contained in:
parent
ecdc1597fc
commit
1c39418a64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133228
2 changed files with 1 additions and 15 deletions
|
@ -18,6 +18,7 @@ COMMENT= C++ WSDL Parser
|
|||
LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_LIBTOOL_VER=15
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:R}
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
--- ltmain.sh.orig Fri Mar 18 11:34:55 2005
|
||||
+++ ltmain.sh Fri Mar 18 11:35:05 2005
|
||||
@@ -5527,10 +5527,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"
|
Loading…
Reference in a new issue