summaryrefslogtreecommitdiff
path: root/audio/ac3dec
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-08-23 03:11:11 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-08-23 03:11:11 +0000
commita10f4113f488d9d0cb2f76248c2b759d1ea7a1ca (patch)
tree032cef1ea6243be61d7360d56f99a3e50322dc7d /audio/ac3dec
parentUse POSIX syntax for chown to fix install on -current (diff)
Fix build on -current (machine/soundcard.h -> sys/soundcard.h)
Notes
Notes: svn path=/head/; revision=64851
Diffstat (limited to 'audio/ac3dec')
-rw-r--r--audio/ac3dec/files/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/ac3dec/files/patch-ae b/audio/ac3dec/files/patch-ae
new file mode 100644
index 000000000000..b810d08d563e
--- /dev/null
+++ b/audio/ac3dec/files/patch-ae
@@ -0,0 +1,11 @@
+--- output_linux.c.orig Wed Mar 29 16:51:24 2000
++++ output_linux.c Thu Aug 22 20:09:40 2002
+@@ -35,8 +35,6 @@
+ #include <math.h>
+ #if defined(__OpenBSD__)
+ #include <soundcard.h>
+-#elif defined(__FreeBSD__)
+-#include <machine/soundcard.h>
+ #else
+ #include <sys/soundcard.h>
+ #endif