aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>2003-03-07 08:27:46 +0800
committerjmz <jmz@FreeBSD.org>2003-03-07 08:27:46 +0800
commitc11dd5b522956c32bd1efb2eafe0ca1727264c91 (patch)
treea2dbb9edef80abc789de789d4d59e9f85365fe70 /x11
parent826b3abb28af803b30c57c55ca8664dea73f6fe5 (diff)
downloadfreebsd-ports-gnome-c11dd5b522956c32bd1efb2eafe0ca1727264c91.tar.gz
freebsd-ports-gnome-c11dd5b522956c32bd1efb2eafe0ca1727264c91.tar.zst
freebsd-ports-gnome-c11dd5b522956c32bd1efb2eafe0ca1727264c91.zip
Back out previous commit. This can wait the end of ports freeze.
Diffstat (limited to 'x11')
-rw-r--r--x11/XFree86/files/patch-zz22
1 files changed, 0 insertions, 22 deletions
diff --git a/x11/XFree86/files/patch-zz b/x11/XFree86/files/patch-zz
deleted file mode 100644
index 053a38fcafd1..000000000000
--- a/x11/XFree86/files/patch-zz
+++ /dev/null
@@ -1,22 +0,0 @@
---- programs/Xserver/hw/xfree86/os-support/bsd/bsd_jstk.c.orig Tue Mar 4 16:29:48 2003
-+++ programs/Xserver/hw/xfree86/os-support/bsd/bsd_jstk.c Tue Mar 4 16:29:55 2003
-@@ -28,7 +28,7 @@
- #include <sys/types.h>
- #include <unistd.h>
- #include <string.h>
--#include <machine/joystick.h>
-+#include <sys/joystick.h>
- #include <fcntl.h>
-
- #define JS_RETURN sizeof(struct joystick)
---- programs/Xserver/hw/xfree86/etc/joycal.c.orig Tue Mar 4 18:30:16 2003
-+++ programs/Xserver/hw/xfree86/etc/joycal.c Tue Mar 4 18:30:25 2003
-@@ -6,7 +6,7 @@
- #include <unistd.h>
- #include <string.h>
- #if defined (__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
--#include <machine/joystick.h>
-+#include <sys/joystick.h>
- #define JS_RETURN sizeof(struct joystick)
- #define JS_DATA_TYPE joystick
- #define button_down(j) (j.b1 | j.b2)