aboutsummaryrefslogtreecommitdiff
path: root/audio/gqmpeg
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gqmpeg')
-rw-r--r--audio/gqmpeg/files/patch-src::mixer.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/gqmpeg/files/patch-src::mixer.c b/audio/gqmpeg/files/patch-src::mixer.c
new file mode 100644
index 000000000000..e41e68c40b86
--- /dev/null
+++ b/audio/gqmpeg/files/patch-src::mixer.c
@@ -0,0 +1,11 @@
+--- src/mixer.c.orig Wed Jun 26 22:57:26 2002
++++ src/mixer.c Wed Jun 26 22:57:38 2002
+@@ -36,7 +36,7 @@
+ #endif
+
+ #ifdef __FreeBSD__
+-#include <machine/soundcard.h>
++#include <sys/soundcard.h>
+ #endif
+
+ #if defined(__NetBSD__) || defined(__OpenBSD__)