1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/net/dante/files/patch-ltmain.sh
2005-03-16 21:14:26 +00:00

16 lines
502 B
Bash

--- ltmain.sh.orig Wed Mar 16 21:57:42 2005
+++ ltmain.sh Wed Mar 16 21:59:55 2005
@@ -5540,10 +5540,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"