mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
1c8a109e3a
PR: 53963 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
16 lines
502 B
Bash
16 lines
502 B
Bash
--- ltmain.sh.orig Wed Jun 25 11:24:31 2003
|
|
+++ ltmain.sh Wed Jun 25 11:25:27 2003
|
|
@@ -4325,10 +4325,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"
|