freebsd-ports/emulators/xsystem35/files/patch-soundcard.h
FUJISHIMA Satsuki d4d258e052 o update to 1.7.2.
o catch up comment/descr.
o make freetype support non-optional.
o drop broken SDL support.
2004-08-14 20:34:30 +00:00

13 lines
386 B
C

--- 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>