1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/security/gsasl/files/patch-ltmain.sh
Ying-Chieh Liao 06d3510c28 add gsasl 0.0.8
GNU SASL Library
2003-10-30 08:35:43 +00:00

16 lines
503 B
Bash

--- ltmain.sh.orig Thu Oct 30 16:27:10 2003
+++ ltmain.sh Thu Oct 30 16:27:24 2003
@@ -5457,10 +5457,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"