aboutsummaryrefslogtreecommitdiff
path: root/audio/esound/files/patch-audio_oss.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/esound/files/patch-audio_oss.c')
-rw-r--r--audio/esound/files/patch-audio_oss.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/esound/files/patch-audio_oss.c b/audio/esound/files/patch-audio_oss.c
new file mode 100644
index 000000000000..fffbb1d96b84
--- /dev/null
+++ b/audio/esound/files/patch-audio_oss.c
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- audio_oss.c 2001/10/09 14:15:03 1.1
++++ audio_oss.c 2001/10/09 14:15:40
+@@ -12,7 +12,7 @@
+
+
+ /* FreeBSD uses a different identifier? what other BSDs? */
+-#ifdef __FreeBSD__
++#ifndef SNDCTL_DSP_SETDUPLEX
+ #define SNDCTL_DSP_SETDUPLEX DSP_CAP_DUPLEX
+ #endif
+