1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/science/openbabel/files/patch-ltmain.sh
Pav Lucistnik ef6167c2be - Update to 1.100.2
PR:		ports/63756
Submitted by:	Ports Fury
2004-03-04 13:03:10 +00:00

16 lines
502 B
Bash

--- 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"