summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-08 08:41:13 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-08 08:41:13 +0000
commit2054bd07299ae5391d7d08fcd4428146bf96bab5 (patch)
treeb53f4a90c2b15453d25f2df323de8a913618003e /audio
parentScavenge plugins from Netscape 7 (new PORTREVISION). (diff)
Fix build on -current (machine/soundcard.h -> sys/soundcard.h)
Notes
Notes: svn path=/head/; revision=65829
Diffstat (limited to 'audio')
-rw-r--r--audio/x11amp/files/patch-Output::OSS::OSS.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/x11amp/files/patch-Output::OSS::OSS.h b/audio/x11amp/files/patch-Output::OSS::OSS.h
new file mode 100644
index 000000000000..f6a51284e77f
--- /dev/null
+++ b/audio/x11amp/files/patch-Output::OSS::OSS.h
@@ -0,0 +1,14 @@
+--- ./Output/OSS/OSS.h.orig Sat Sep 7 18:38:05 2002
++++ ./Output/OSS/OSS.h Sat Sep 7 18:38:13 2002
+@@ -23,11 +23,7 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <sys/time.h>
+-#ifdef __FreeBSD__
+-#include <machine/soundcard.h>
+-#else
+ #include <sys/soundcard.h>
+-#endif
+
+ #include <fcntl.h>
+ #include <pthread.h>