diff options
author | kris <kris@FreeBSD.org> | 2002-09-08 10:00:19 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-08 10:00:19 +0000 |
commit | d4ff816c9b3a1f3f811e252e71ca06423e47fa5b (patch) | |
tree | bcaea40cbf69b12df0148363b031e0b497a26f4b /emulators | |
parent | 4de0da9dcf87153fd82ed8dc39d31c106d22cf92 (diff) | |
download | FreeBSD-ports-d4ff816c9b3a1f3f811e252e71ca06423e47fa5b.zip FreeBSD-ports-d4ff816c9b3a1f3f811e252e71ca06423e47fa5b.tar.gz |
Fix build on -current (machine/soundcard.h -> sys/soundcard.h)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/files/patch-ae | 13 | ||||
-rw-r--r-- | emulators/xmame/files/patch-af | 13 |
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 0000000..6ef5078 --- /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 0000000..cb1e38e --- /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> |