freebsd-ports/multimedia/transcode/files/patch-libtool
Adam Weinberger 3b4015c7fd Update to 0.6.7.
PR:		ports/52837
Submitted by:	Hendrik Scholz <hendrik@scholz.net> (maintainer)
2003-06-04 16:56:43 +00:00

24 lines
733 B
Text

--- libtool.orig Sun Jun 1 11:30:47 2003
+++ libtool Sun Jun 1 11:31:28 2003
@@ -2730,7 +2730,7 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
- *-*-openbsd*)
+ *-*-openbsd* | *-*-freebsd*)
# Do not include libc due to us having libc/libc_r.
;;
*)
@@ -4499,10 +4499,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"