diff options
author | sf <sf@FreeBSD.org> | 2002-09-07 10:03:21 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2002-09-07 10:03:21 +0800 |
commit | 49780aa025af1d0378e5c0994610196ef71df179 (patch) | |
tree | 5728b740934dfbc0bb28bf116c3522255f7a1781 /emulators | |
parent | 4325055c373cafaf03fcef905d5b67977d29fd03 (diff) | |
download | freebsd-ports-gnome-49780aa025af1d0378e5c0994610196ef71df179.tar.gz freebsd-ports-gnome-49780aa025af1d0378e5c0994610196ef71df179.tar.zst freebsd-ports-gnome-49780aa025af1d0378e5c0994610196ef71df179.zip |
fix build: machine/soundcard.h is depreciated.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xsystem35/files/patch-soundcard.h | 39 |
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> |