ports/devel/libassa/files/patch-ltmain.sh
Ying-Chieh Liao e71faa9e5e add libassa 3.2.0
An C++ networking library and application framework
2003-12-25 08:28:12 +00:00

15 lines
503 B
Bash

--- ltmain.sh.orig Thu Dec 25 16:06:09 2003
+++ ltmain.sh Thu Dec 25 16:06:24 2003
@@ -4330,10 +4330,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"