USE_LIBTOOL instead of local patch

This commit is contained in:
Volker Stolz 2005-04-13 12:21:55 +00:00
parent 3e3e1721b2
commit 17eca902c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133233
2 changed files with 1 additions and 15 deletions

View File

@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Chemistry file translation program
USE_LIBTOOL_VER=15
USE_GNOME= gnomehack gnometarget pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=open

View File

@ -1,15 +0,0 @@
--- ltmain.sh.orig Tue Feb 3 02:46:45 2004
+++ ltmain.sh Thu Mar 4 13:21:54 2004
@@ -5528,10 +5528,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"