aboutsummaryrefslogtreecommitdiff
path: root/emulators/fmsx
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-13 07:21:27 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-13 07:21:27 +0000
commitd1cf9518bec6b12e11bb5c3abf46da1a08c8870b (patch)
treee0ff0edcdc8b493a2da6aeca6390ed30bed7341b /emulators/fmsx
parenta36c5cd9ad496dbf2c24f004c089e138b82c7380 (diff)
downloadports-d1cf9518bec6b12e11bb5c3abf46da1a08c8870b.tar.gz
ports-d1cf9518bec6b12e11bb5c3abf46da1a08c8870b.zip
Fix build on -current (machine/soundcard.h -> sys/soundcard.h)
Notes
Notes: svn path=/head/; revision=90995
Diffstat (limited to 'emulators/fmsx')
-rw-r--r--emulators/fmsx/files/patch-ac11
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>