diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-13 07:21:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-13 07:21:27 +0000 |
commit | d1cf9518bec6b12e11bb5c3abf46da1a08c8870b (patch) | |
tree | e0ff0edcdc8b493a2da6aeca6390ed30bed7341b /emulators/fmsx/files | |
parent | a36c5cd9ad496dbf2c24f004c089e138b82c7380 (diff) | |
download | ports-d1cf9518bec6b12e11bb5c3abf46da1a08c8870b.tar.gz ports-d1cf9518bec6b12e11bb5c3abf46da1a08c8870b.zip |
Notes
Diffstat (limited to 'emulators/fmsx/files')
-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> |