From d1cf9518bec6b12e11bb5c3abf46da1a08c8870b Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 13 Oct 2003 07:21:27 +0000 Subject: [PATCH] Fix build on -current (machine/soundcard.h -> sys/soundcard.h) --- emulators/fmsx/files/patch-ac | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 emulators/fmsx/files/patch-ac diff --git a/emulators/fmsx/files/patch-ac b/emulators/fmsx/files/patch-ac new file mode 100644 index 000000000000..344547b0df0f --- /dev/null +++ b/emulators/fmsx/files/patch-ac @@ -0,0 +1,11 @@ +--- SndUnix.c.orig Mon Oct 13 00:19:55 2003 ++++ SndUnix.c Mon Oct 13 00:20:18 2003 +@@ -73,7 +73,7 @@ + + #else /* SUN_AUDIO */ + +-#ifdef LINUX ++#if defined(LINUX) || defined(__FreeBSD__) + #include + #else + #include