From a124b25086ef6ee15fe1611cb339b9d2efe071a6 Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Fri, 4 Nov 2005 17:34:09 +0000 Subject: [PATCH] Stefan Fiedler: kdebase: fix inclusion of linux/joystick.h from linux 2.6.13.4 Index: package/kde/kdebase/linux-joystick_h.patch =================================================================== [2005102619062919688] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@6585 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/kde/kdebase/linux-joystick_h.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package/kde/kdebase/linux-joystick_h.patch diff --git a/package/kde/kdebase/linux-joystick_h.patch b/package/kde/kdebase/linux-joystick_h.patch new file mode 100644 index 000000000..696b42367 --- /dev/null +++ b/package/kde/kdebase/linux-joystick_h.patch @@ -0,0 +1,20 @@ +--- ./kcontrol/joystick/joydevice.h~ 2005-10-05 15:37:43.000000000 +0200 ++++ ./kcontrol/joystick/joydevice.h 2005-10-22 15:32:27.000000000 +0200 +@@ -23,8 +23,17 @@ + + #include + ++#ifdef __STRICT_ANSI__ ++#define REDEFINE__STRICT_ANSI__ ++#undef __STRICT_ANSI__ ++#endif ++ + #include + ++#ifdef REDEFINE__STRICT_ANSI__ ++#define __STRICT_ANSI__ ++#endif ++ + // helper class which holds all current values, file descriptor, etc. for + // one device + class JoyDevice