diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-07-23 16:12:11 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-07-23 16:12:11 +0000 |
commit | 8f500ccd3abc50601c17bedf8c4a3d1b0a59f56c (patch) | |
tree | 7f52bb472e10df97491565da60d66dcdf6667d3a /games/imaze/files | |
parent | Unbreak by updating to 3.5 (diff) |
Fix build on 5.x.
PR: 54425
Submitted by: Ronald Kuehn <rk@ronald.org>
Notes
Notes:
svn path=/head/; revision=85466
Diffstat (limited to 'games/imaze/files')
-rw-r--r-- | games/imaze/files/patch-ab | 11 | ||||
-rw-r--r-- | games/imaze/files/patch-ac | 11 |
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" |