]> git.pld-linux.org Git - packages/plib.git/commitdiff
- fix to use new js interface
authorundefine <undefine@pld-linux.org>
Mon, 20 Jun 2005 13:50:08 +0000 (13:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    plib-js_fix.patch -> 1.1

plib-js_fix.patch [new file with mode: 0644]

diff --git a/plib-js_fix.patch b/plib-js_fix.patch
new file mode 100644 (file)
index 0000000..fda4d72
--- /dev/null
@@ -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>
This page took 0.07582 seconds and 4 git commands to generate.