aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-08 10:00:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-08 10:00:19 +0000
commit677b68964ce288acdf98b26a288e16f1b64e4093 (patch)
tree37c3237b3db8faf7a4bb11beeca06c2fdec1e702 /emulators
parent17ac05186dc400072c287cec274e08ac15ef2556 (diff)
downloadports-677b68964ce288acdf98b26a288e16f1b64e4093.tar.gz
ports-677b68964ce288acdf98b26a288e16f1b64e4093.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xmame/files/patch-ae13
-rw-r--r--emulators/xmame/files/patch-af13
2 files changed, 26 insertions, 0 deletions
diff --git a/emulators/xmame/files/patch-ae b/emulators/xmame/files/patch-ae
new file mode 100644
index 000000000000..6ef50783d527
--- /dev/null
+++ b/emulators/xmame/files/patch-ae
@@ -0,0 +1,13 @@
+--- src/unix/sysdep/dsp-drivers/oss.c.orig Sun Sep 8 01:57:34 2002
++++ src/unix/sysdep/dsp-drivers/oss.c Sun Sep 8 01:57:47 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/xmame/files/patch-af b/emulators/xmame/files/patch-af
new file mode 100644
index 000000000000..cb1e38e0bf9d
--- /dev/null
+++ b/emulators/xmame/files/patch-af
@@ -0,0 +1,13 @@
+--- src/unix/sysdep/mixer-drivers/oss.c.orig Thu May 2 19:53:54 2002
++++ src/unix/sysdep/mixer-drivers/oss.c Sun Sep 8 02:05:16 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>