freebsd-ports/databases/libdbi-drivers/files/patch-ltmain.sh
Ying-Chieh Liao c624ceba60 add libdbi-drivers 0.7.0
libdbi drivers
2003-10-30 04:22:19 +00:00

16 lines
485 B
Bash

--- ltmain.sh.orig Thu Oct 30 11:32:24 2003
+++ ltmain.sh Thu Oct 30 11:32:37 2003
@@ -3457,11 +3457,13 @@
fi
# Install the pseudo-library for information purposes.
+ if /usr/bin/false ; then
if test "$install_ltlibs" = yes; 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
fi
# Maybe install the static library, too.