summaryrefslogtreecommitdiff
path: root/emulators/xm7/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/xm7/patches/patch-ad')
-rw-r--r--emulators/xm7/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/xm7/patches/patch-ad b/emulators/xm7/patches/patch-ad
new file mode 100644
index 00000000000..90b13d4bd8d
--- /dev/null
+++ b/emulators/xm7/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1.1.1 2000/12/13 17:12:19 kei Exp $
+
+--- xw_snd.cpp.orig Sat Aug 12 12:33:21 2000
++++ xw_snd.cpp Sat Aug 12 12:36:19 2000
+@@ -24,6 +24,8 @@
+ #include <sys/time.h>
+ #ifdef __FreeBSD__
+ #include <machine/soundcard.h>
++#elif defined(__NetBSD__)
++#include <soundcard.h>
+ #else
+ #include <linux/soundcard.h>
+ #endif