mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
257561329d
PR: ports/100909 Submitted by: Cheng-Lung Sung <clsung at FreeBSD.org>
16 lines
510 B
Bash
16 lines
510 B
Bash
--- ltmain.sh.orig Sun Oct 30 11:54:15 2005
|
|
+++ ltmain.sh Thu Jul 27 15:53:28 2006
|
|
@@ -5550,10 +5550,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"
|