freebsd-ports/x11-toolkits/open-motif/files/patch-ltmain.sh
Steve Price 9303fa2bc8 Update to version 2.2.3.
PR:		65721
Submitted by:	KATO Tsuguru <tkato@prontomail.com>, deischen
2004-08-15 15:22:06 +00:00

15 lines
502 B
Bash

--- ltmain.sh.orig Wed Jan 23 10:32:07 2002
+++ ltmain.sh Wed Sep 4 03:36:57 2002
@@ -4365,10 +4365,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"