1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/emulators/xmess/files/patch-ag

15 lines
309 B
Plaintext
Raw Normal View History

Index: src/unix/FREEBSD.c
@@ -10,7 +10,12 @@
#include "sound.h"
#ifdef USE_JOYSTICK
+#ifdef __FreeBSD__
+#include <machine/joystick.h>
+#define JS_DATA_TYPE joystick
+#else
#include <linux/joystick.h>
+#endif
struct JS_DATA_TYPE joy_data,joy_orig;
int joy_fd; /* joystick file descriptor */
#endif