summaryrefslogtreecommitdiff
path: root/audio/ac3dec/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'audio/ac3dec/patches/patch-aa')
-rw-r--r--audio/ac3dec/patches/patch-aa13
1 files changed, 7 insertions, 6 deletions
diff --git a/audio/ac3dec/patches/patch-aa b/audio/ac3dec/patches/patch-aa
index d5cfff9fe4c..8e277db66d8 100644
--- a/audio/ac3dec/patches/patch-aa
+++ b/audio/ac3dec/patches/patch-aa
@@ -1,12 +1,13 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/01/06 04:03:16 abs Exp $
+$NetBSD: patch-aa,v 1.2 2000/04/06 15:42:42 wiz Exp $
---- configure.orig Wed Jan 5 20:09:34 2000
-+++ configure Wed Jan 5 20:05:44 2000
-@@ -1255,6 +1255,7 @@
+--- configure.orig Thu Mar 30 02:51:49 2000
++++ configure Thu Apr 6 17:28:05 2000
+@@ -1254,7 +1254,7 @@
+
case "$host" in
*-linux*) rm -f output.c; ln -s output_linux.c output.c;;
- *-openbsd*) rm -f output.c; ln -s output_linux.c output.c;;
-+*-netbsd*) rm -f output.c; ln -s output_linux.c output.c;;
+-*-openbsd*|*-freebsd*) rm -f output.c; ln -s output_linux.c output.c;;
++*-openbsd*|*-freebsd*|*-netbsd*) rm -f output.c; ln -s output_linux.c output.c;;
*-irix*) rm -f output.c; ln -s output_irix.c output.c;;
*-solaris*) rm -f output.c; ln -s output_solaris.c output.c;;
*) echo "$host is not currently supported by ac3dec"; exit 1;;