diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2004-08-14 20:34:30 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2004-08-14 20:34:30 +0000 |
commit | d4d258e0527273b437b8d121db5d12002bf2b23d (patch) | |
tree | 0dbb684b23041779c66d8fe87b0411a3226f6b18 /emulators/xsystem35/files/patch-soundcard.h | |
parent | Fix build with gcc-3.4 (diff) |
o update to 1.7.2.
o catch up comment/descr.
o make freetype support non-optional.
o drop broken SDL support.
Notes
Notes:
svn path=/head/; revision=116214
Diffstat (limited to 'emulators/xsystem35/files/patch-soundcard.h')
-rw-r--r-- | emulators/xsystem35/files/patch-soundcard.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/emulators/xsystem35/files/patch-soundcard.h b/emulators/xsystem35/files/patch-soundcard.h index d9307277a79d..ed6ec3fb217e 100644 --- a/emulators/xsystem35/files/patch-soundcard.h +++ b/emulators/xsystem35/files/patch-soundcard.h @@ -1,16 +1,3 @@ ---- 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 @@ @@ -24,16 +11,3 @@ #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> |