summaryrefslogtreecommitdiff
path: root/multimedia/transcode/files/patch-libtool
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/transcode/files/patch-libtool')
-rw-r--r--multimedia/transcode/files/patch-libtool24
1 files changed, 0 insertions, 24 deletions
diff --git a/multimedia/transcode/files/patch-libtool b/multimedia/transcode/files/patch-libtool
deleted file mode 100644
index 01d2a2defb72..000000000000
--- a/multimedia/transcode/files/patch-libtool
+++ /dev/null
@@ -1,24 +0,0 @@
---- 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"