aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-08 20:43:08 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-08 20:43:08 +0000
commit4c24de8962a563b64e1b19e9d0db49fe186182c3 (patch)
treebd5d632e7a9958f96b55d0f8a889ddb56b21ffe9 /emulators
parent053e3d87013fd5b25168b4c55ec30e110b1dd5f4 (diff)
downloadports-4c24de8962a563b64e1b19e9d0db49fe186182c3.tar.gz
ports-4c24de8962a563b64e1b19e9d0db49fe186182c3.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xmess/files/patch-src-unix::sysdep::dsp-drivers::oss.c13
-rw-r--r--emulators/xmess/files/patch-src-unix::sysdep::mixer-drivers::oss.c13
2 files changed, 26 insertions, 0 deletions
diff --git a/emulators/xmess/files/patch-src-unix::sysdep::dsp-drivers::oss.c b/emulators/xmess/files/patch-src-unix::sysdep::dsp-drivers::oss.c
new file mode 100644
index 000000000000..70c42b9da83e
--- /dev/null
+++ b/emulators/xmess/files/patch-src-unix::sysdep::dsp-drivers::oss.c
@@ -0,0 +1,13 @@
+--- ./src/unix/sysdep/dsp-drivers/oss.c.orig Sun Sep 8 01:12:54 2002
++++ ./src/unix/sysdep/dsp-drivers/oss.c Sun Sep 8 01:13:03 2002
+@@ -29,9 +29,7 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <sys/ioctl.h>
+-#ifdef __ARCH_freebsd
+-#include <machine/soundcard.h>
+-#elif defined (__ARCH_openbsd)
++#if defined (__ARCH_openbsd)
+ #include <soundcard.h>
+ #else
+ #include <sys/soundcard.h>
diff --git a/emulators/xmess/files/patch-src-unix::sysdep::mixer-drivers::oss.c b/emulators/xmess/files/patch-src-unix::sysdep::mixer-drivers::oss.c
new file mode 100644
index 000000000000..e414078ed831
--- /dev/null
+++ b/emulators/xmess/files/patch-src-unix::sysdep::mixer-drivers::oss.c
@@ -0,0 +1,13 @@
+--- ./src/unix/sysdep/mixer-drivers/oss.c.orig Sun Sep 8 01:13:30 2002
++++ ./src/unix/sysdep/mixer-drivers/oss.c Sun Sep 8 01:13:35 2002
+@@ -28,9 +28,7 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <sys/ioctl.h>
+-#ifdef __ARCH_freebsd
+-#include <machine/soundcard.h>
+-#elif defined (__ARCH_openbsd)
++#if defined (__ARCH_openbsd)
+ #include <soundcard.h>
+ #else
+ #include <sys/soundcard.h>