Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 19 years ago
parent
commit
a124b25086
1 changed files with 20 additions and 0 deletions
  1. +20
    -0
      package/kde/kdebase/linux-joystick_h.patch

+ 20
- 0
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 <qstring.h>
+#ifdef __STRICT_ANSI__
+#define REDEFINE__STRICT_ANSI__
+#undef __STRICT_ANSI__
+#endif
+
#include <linux/joystick.h>
+#ifdef REDEFINE__STRICT_ANSI__
+#define __STRICT_ANSI__
+#endif
+
// helper class which holds all current values, file descriptor, etc. for
// one device
class JoyDevice

Loading…
Cancel
Save