SOURCES: plib-js_fix.patch (NEW) - fix to use new js interface

undefine undefine at pld-linux.org
Mon Jun 20 15:50:13 CEST 2005


Author: undefine                     Date: Mon Jun 20 13:50:13 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix to use new js interface

---- Files affected:
SOURCES:
   plib-js_fix.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/plib-js_fix.patch
diff -u /dev/null SOURCES/plib-js_fix.patch:1.1
--- /dev/null	Mon Jun 20 15:50:13 2005
+++ SOURCES/plib-js_fix.patch	Mon Jun 20 15:50:08 2005
@@ -0,0 +1,11 @@
+--- plib-1.8.4/src/js/jsLinuxOld.cxx~	2004-10-20 23:49:33.000000000 +0000
++++ plib-1.8.4/src/js/jsLinuxOld.cxx	2005-06-20 13:30:11.126256744 +0000
+@@ -27,7 +27,7 @@
+ 
+ #include <linux/joystick.h>
+ 
+-#if !defined(JS_VERSION) || JS_VERSION >= 0x010000
++#if !defined(JS_VERSION) || JS_VERSION <= 0x010000
+ 
+ #include <fcntl.h>
+ #include <sys/ioctl.h>
================================================================



More information about the pld-cvs-commit mailing list