aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/x11amp/files/patch-Output::OSS::OSS.h14
-rw-r--r--games/xblast/files/patch-ab11
-rw-r--r--games/xblast/files/patch-ac11
3 files changed, 36 insertions, 0 deletions
diff --git a/audio/x11amp/files/patch-Output::OSS::OSS.h b/audio/x11amp/files/patch-Output::OSS::OSS.h
new file mode 100644
index 000000000000..f6a51284e77f
--- /dev/null
+++ b/audio/x11amp/files/patch-Output::OSS::OSS.h
@@ -0,0 +1,14 @@
+--- ./Output/OSS/OSS.h.orig Sat Sep 7 18:38:05 2002
++++ ./Output/OSS/OSS.h Sat Sep 7 18:38:13 2002
+@@ -23,11 +23,7 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <sys/time.h>
+-#ifdef __FreeBSD__
+-#include <machine/soundcard.h>
+-#else
+ #include <sys/soundcard.h>
+-#endif
+
+ #include <fcntl.h>
+ #include <pthread.h>
diff --git a/games/xblast/files/patch-ab b/games/xblast/files/patch-ab
new file mode 100644
index 000000000000..f9c8bbad48a6
--- /dev/null
+++ b/games/xblast/files/patch-ab
@@ -0,0 +1,11 @@
+--- xbsndsrv.c.orig Sat Sep 7 17:50:18 2002
++++ xbsndsrv.c Sat Sep 7 17:50:25 2002
+@@ -110,7 +110,7 @@
+ #include <sys/ioctl.h>
+ #include <sys/time.h>
+ #ifdef __FreeBSD__
+-#include <machine/soundcard.h>
++#include <sys/soundcard.h>
+ #else
+ #include <linux/soundcard.h>
+ #endif
diff --git a/games/xblast/files/patch-ac b/games/xblast/files/patch-ac
new file mode 100644
index 000000000000..f9a3e2361966
--- /dev/null
+++ b/games/xblast/files/patch-ac
@@ -0,0 +1,11 @@
+--- sound.c.orig Sat Sep 7 17:50:13 2002
++++ sound.c Sat Sep 7 17:50:35 2002
+@@ -110,7 +110,7 @@
+ #include <sys/stat.h>
+ #include <sys/wait.h>
+ #ifdef __FreeBSD__
+-#include <machine/soundcard.h>
++#include <sys/soundcard.h>
+ #else
+ #include <linux/soundcard.h>
+ #endif