summaryrefslogtreecommitdiff
path: root/emulators/xsystem35
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2002-09-07 02:03:21 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2002-09-07 02:03:21 +0000
commit4e65fcf17367d36f7c1a965f97c6b7b429cc8262 (patch)
tree558fd7712135d5b6c614c24965321fab4e8dc44d /emulators/xsystem35
parentUpdate to version 2.1.2. (diff)
fix build: machine/soundcard.h is depreciated.
Notes
Notes: svn path=/head/; revision=65753
Diffstat (limited to 'emulators/xsystem35')
-rw-r--r--emulators/xsystem35/files/patch-soundcard.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/emulators/xsystem35/files/patch-soundcard.h b/emulators/xsystem35/files/patch-soundcard.h
new file mode 100644
index 000000000000..d9307277a79d
--- /dev/null
+++ b/emulators/xsystem35/files/patch-soundcard.h
@@ -0,0 +1,39 @@
+--- src/audio_oss.c.orig Tue Apr 3 06:00:44 2001
++++ src/audio_oss.c Sat Sep 7 10:57:08 2002
+@@ -33,9 +33,7 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <sys/ioctl.h>
+-#if defined(__FreeBSD__)
+-#include <machine/soundcard.h>
+-#elif defined(__OpenBSD__) || defined(__NetBSD__)
++#if defined(__OpenBSD__) || defined(__NetBSD__)
+ #include <soundcard.h>
+ #else
+ #include <sys/soundcard.h>
+--- src/midi.rawmidi.c.orig Sat Mar 31 04:16:38 2001
++++ src/midi.rawmidi.c Sat Sep 7 10:57:13 2002
+@@ -39,9 +39,7 @@
+ #include <fcntl.h>
+
+ #ifdef ENABLE_MIDI_SEQMIDI
+-#if defined(__FreeBSD__)
+-#include <machine/soundcard.h>
+-#elif defined(__OpenBSD__) || defined(__NetBSD__)
++#if defined(__OpenBSD__) || defined(__NetBSD__)
+ #include <soundcard.h>
+ #else
+ #include <sys/soundcard.h>
+--- src/mixer_oss.c.orig Thu Mar 22 20:10:13 2001
++++ src/mixer_oss.c Sat Sep 7 10:57:26 2002
+@@ -33,9 +33,7 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <sys/ioctl.h>
+-#if defined(__FreeBSD__)
+-#include <machine/soundcard.h>
+-#elif defined(__OpenBSD__) || defined(__NetBSD__)
++#if defined(__OpenBSD__) || defined(__NetBSD__)
+ #include <soundcard.h>
+ #else
+ #include <sys/soundcard.h>