From 35b087134277cfee80970705036d9ac94fa5dbd2 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Wed, 24 Sep 2003 13:01:39 +0000 Subject: - Update to version 0.7.4-1 PR: 57092 Submitted by: KATO Tsuguru --- devel/clanlib/files/patch-ad | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 devel/clanlib/files/patch-ad (limited to 'devel/clanlib/files/patch-ad') diff --git a/devel/clanlib/files/patch-ad b/devel/clanlib/files/patch-ad deleted file mode 100644 index 069a12fa42e6..000000000000 --- a/devel/clanlib/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 -+/*#include */ - - #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 -+/*#include */ - - 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; -- cgit v1.2.3