aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2003-07-24 00:12:11 +0800
committernaddy <naddy@FreeBSD.org>2003-07-24 00:12:11 +0800
commit9d02f7350178cc17bb24df9fc0c3affa506c662a (patch)
treec2cec29d07ce93bd422c4ddd22ac92fbd79d7449 /games
parent3a108177b97c6f0acfdebddfabdfbeb32210b8a2 (diff)
downloadfreebsd-ports-gnome-9d02f7350178cc17bb24df9fc0c3affa506c662a.tar.gz
freebsd-ports-gnome-9d02f7350178cc17bb24df9fc0c3affa506c662a.tar.zst
freebsd-ports-gnome-9d02f7350178cc17bb24df9fc0c3affa506c662a.zip
Fix build on 5.x.
PR: 54425 Submitted by: Ronald Kuehn <rk@ronald.org>
Diffstat (limited to 'games')
-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"