mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 16:29:15 -04:00
o USE_REINPLACE o Fix libfame problems [1] o Optional ogg and mjpeg [1] o Remove libmpeg2 o Use distfile supplied ffmpeg instead of ports' ffmpeg (should be revised later) PR: 43379 [1], 44008 Submitted by: adam@vectors.cx [1], MAINTAINER Reviewed by: MAINTAINER
24 lines
732 B
Text
24 lines
732 B
Text
--- libtool.orig Thu Oct 10 17:56:49 2002
|
|
+++ libtool Mon Oct 28 21:56:19 2002
|
|
@@ -2727,7 +2727,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.
|
|
;;
|
|
*)
|
|
@@ -4496,10 +4496,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"
|