aboutsummaryrefslogtreecommitdiff
path: root/devel/clanlib-devel/files/patch-ad
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-01-29 04:56:35 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-01-29 04:56:35 +0000
commitb315e20b06b5067b11496cbfb4744f5cf16a9639 (patch)
tree3fe761c428249a06677cf9f97eb9badee0732a6a /devel/clanlib-devel/files/patch-ad
parent7f06f7b43a65cd1bd87825a1886b0e08e87f38e3 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_5_0'.release/4.5.0
Diffstat (limited to 'devel/clanlib-devel/files/patch-ad')
-rw-r--r--devel/clanlib-devel/files/patch-ad42
1 files changed, 0 insertions, 42 deletions
diff --git a/devel/clanlib-devel/files/patch-ad b/devel/clanlib-devel/files/patch-ad
deleted file mode 100644
index 069a12fa42e6..000000000000
--- a/devel/clanlib-devel/files/patch-ad
+++ /dev/null
@@ -1,42 +0,0 @@
---- Sources/Core/Input/X11/joystick_linux.h.orig Wed May 10 15:48:28 2000
-+++ Sources/Core/Input/X11/joystick_linux.h Wed May 10 15:58:32 2000
-@@ -22,17 +22,17 @@
-
- // TODO: ifdef this out if it isn't a linux system.
-
--#include <linux/version.h>
-+/*#include <linux/version.h>*/
-
- #ifndef KERNEL_VERSION
- #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
- #endif
-
--#ifndef LINUX_VERSION_CODE
-+/*#ifndef LINUX_VERSION_CODE
- #error "You need to use at least 2.0 Linux kernel."
--#endif
-+#endif*/
-
--#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,1,0)
-+#if 1
-
-
- #include "API/Core/Input/inputdevice.h"
-@@ -40,7 +40,7 @@
- #include "API/Core/System/keep_alive.h"
- #include "Core/System/Unix/init_linux.h"
-
--#include <linux/joystick.h>
-+/*#include <linux/joystick.h>*/
-
- class CL_LinuxJoystick_Axis;
- class CL_LinuxJoystick_Button;
-@@ -82,7 +82,7 @@
- int num_buttons;
- int num_axes;
-
-- js_event jev;
-+/* js_event jev;*/
-
- CL_LinuxJoystick_Axis *axes;
- CL_LinuxJoystick_Button *buttons;