aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-08-23 11:11:11 +0800
committerkris <kris@FreeBSD.org>2002-08-23 11:11:11 +0800
commitf9696b65a9f7b6c36c02670edca70d5fedf6527d (patch)
tree28349b756f879335727c249fa1d276866df04c55 /audio
parentb6080c2d6ddf5354d7cf1d9b7298fc54e71e792b (diff)
downloadfreebsd-ports-gnome-f9696b65a9f7b6c36c02670edca70d5fedf6527d.tar.gz
freebsd-ports-gnome-f9696b65a9f7b6c36c02670edca70d5fedf6527d.tar.zst
freebsd-ports-gnome-f9696b65a9f7b6c36c02670edca70d5fedf6527d.zip
Fix build on -current (machine/soundcard.h -> sys/soundcard.h)
Diffstat (limited to 'audio')
-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