diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-04-13 12:21:55 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-04-13 12:21:55 +0000 |
commit | 17eca902c0922a554cbfa5ee1f19d60691c8fddb (patch) | |
tree | 6d123cadaacedef708e6fc7152395c6d210d16f9 /science/openbabel/files/patch-ltmain.sh | |
parent | updates spamd to OpenBSD 3.7-RELEASE's bundled version. (diff) |
USE_LIBTOOL instead of local patch
Notes
Notes:
svn path=/head/; revision=133233
Diffstat (limited to '')
-rw-r--r-- | science/openbabel/files/patch-ltmain.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/science/openbabel/files/patch-ltmain.sh b/science/openbabel/files/patch-ltmain.sh deleted file mode 100644 index 1a456eaa6b6f..000000000000 --- a/science/openbabel/files/patch-ltmain.sh +++ /dev/null @@ -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" |