summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/imaze/files/patch-ab11
-rw-r--r--games/imaze/files/patch-ac11
2 files changed, 22 insertions, 0 deletions
diff --git a/games/imaze/files/patch-ab b/games/imaze/files/patch-ab
new file mode 100644
index 000000000000..8d1d16c38b7e
--- /dev/null
+++ b/games/imaze/files/patch-ab
@@ -0,0 +1,11 @@
+--- source/fbsd_joystick.c.orig Sat Jun 28 15:55:30 2003
++++ source/fbsd_joystick.c Sat Jun 28 15:56:01 2003
+@@ -44,7 +44,7 @@
+ #include <errno.h>
+ #include <fcntl.h>
+ #include <sys/time.h>
+-#include <machine/joystick.h>
++#include <sys/joystick.h>
+
+ #include "argv.h"
+ #include "global.h"
diff --git a/games/imaze/files/patch-ac b/games/imaze/files/patch-ac
new file mode 100644
index 000000000000..950aa60e85e4
--- /dev/null
+++ b/games/imaze/files/patch-ac
@@ -0,0 +1,11 @@
+--- source/voxware_audio.c.orig Sat Jun 28 15:55:41 2003
++++ source/voxware_audio.c Sat Jun 28 15:56:08 2003
+@@ -50,7 +50,7 @@
+ #ifdef linux
+ #include <linux/soundcard.h>
+ #else
+-#include <machine/soundcard.h>
++#include <sys/soundcard.h>
+ #endif
+
+ #include "argv.h"