ports/graphics/lib3ds/files/patch-ltmain.sh
2007-09-07 07:33:12 +00:00

15 lines
503 B
Bash

--- ltmain.sh.orig Thu Aug 23 10:23:45 2007
+++ ltmain.sh Thu Aug 23 10:23:58 2007
@@ -6038,10 +6038,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"