freebsd-ports/games/imaze/files/patch-source_fbsd_joystick.c
Torsten Zuehlsdorff 29eac2606e games/imaze: unbreak and modernize port
This includes:
- Bump PORTREVISION
- Unbreak fetch
- Remove TUCOWS from MASTER_SITES
- Add ATHENA option and set it by default, instead of XVIEW
- Convert GUI's options from RADIO to SINGLE
- Switch to options helpers
- Add MOTIFLIB define with proper value to fix linkage
- Add xmu to USE_XORG
- Regenerate patches

PR:           210081
Submitted by: lightside <lightside@gmx.com>
Approved by:  junovitch (mentor)
2016-06-17 08:21:16 +00:00

11 lines
264 B
C

--- source/fbsd_joystick.c.orig 2001-12-10 00:47:38 UTC
+++ source/fbsd_joystick.c
@@ -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"