mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
ab80dd5f0a
pass maintainership to submitter PR: 53586 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
16 lines
503 B
Bash
16 lines
503 B
Bash
--- ltmain.sh.orig Sun Jun 22 02:00:15 2003
|
|
+++ ltmain.sh Sun Jun 22 02:00:28 2003
|
|
@@ -4302,10 +4302,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"
|