diff options
-rw-r--r-- | emulators/fmsx/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
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 <sys/soundcard.h> + #else + #include <machine/soundcard.h> |