aboutsummaryrefslogtreecommitdiff
path: root/graphics/freeglut/files/patch-src::freeglut_joystick.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/freeglut/files/patch-src::freeglut_joystick.c')
-rw-r--r--graphics/freeglut/files/patch-src::freeglut_joystick.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/freeglut/files/patch-src::freeglut_joystick.c b/graphics/freeglut/files/patch-src::freeglut_joystick.c
deleted file mode 100644
index 839f07f5e0c5..000000000000
--- a/graphics/freeglut/files/patch-src::freeglut_joystick.c
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- src/freeglut_joystick.c.orig Mon Nov 10 01:09:42 2003
-+++ src/freeglut_joystick.c Mon Nov 10 01:10:52 2003
-@@ -57,7 +57,7 @@
- # include <unistd.h>
- # include <fcntl.h>
- # if defined(__FreeBSD__) || defined(__NetBSD__)
--# if __FreeBSD_version >= 500000
-+# if defined(__FreeBSD__)
- # include <sys/joystick.h>
- # else
- # include <machine/joystick.h>