1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

USE_INC_LIBTOOL instead of local patch

This commit is contained in:
Volker Stolz 2005-10-06 16:38:36 +00:00
parent b494a9e424
commit c55862532a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144413
2 changed files with 4 additions and 15 deletions

View File

@ -19,6 +19,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-threading
USE_GMAKE= yes
USE_GNOME= pkgconfig
USE_INC_LIBTOOL_VER=15
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
USE_GETOPT_LONG=yes
@ -41,4 +42,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|--tag=CXX||g' ${WRKSRC}/${MAKEFILE}.in \
${WRKSRC}/utils/${MAKEFILE}.in
pre-configure:
@${CP} ${LTMAIN} ${WRKSRC}
.include <bsd.port.post.mk>

View File

@ -1,15 +0,0 @@
--- ltmain.sh.orig Mon Nov 10 15:51:52 2003
+++ ltmain.sh Mon Nov 10 15:52:02 2003
@@ -4330,10 +4330,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"