updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git] / lejos / lejos.patch
blob49ef040c9543d5e78bd7b6b1d03392463226b951
1 --- src/lejos_2_1_0/vmsrc/threads.c 2006-12-04 18:27:40.000000000 +0100
2 +++ src.patch/lejos_2_1_0/vmsrc/threads.c 2006-12-04 18:27:19.000000000 +0100
3 @@ -320,7 +320,7 @@
4 // If we got here, we're in trouble, just drop through.
7 -done_pi:
8 +done_pi: ;
9 #endif // PI_AVOIDANCE
12 --- src/lejos_2_1_0/bin/lejosjc 2002-12-15 06:35:08.000000000 +0100
13 +++ src.patch/lejos_2_1_0/bin/lejosjc 2006-12-04 18:12:58.000000000 +0100
14 @@ -14,6 +14,6 @@
15 if [ -z "$LEJOS_HOME" ]; then
16 echo LEJOS_HOME not defined
17 else
18 - javac -target 1.1 -bootclasspath "$LEJOS_HOME/lib/classes.jar$SEPARATOR$LEJOS_HOME/lib/rcxrcxcomm.jar$SEPARATOR$CLASSPATH" $*
19 + javac -source 1.3 -target 1.1 -bootclasspath "$LEJOS_HOME/lib/classes.jar$SEPARATOR$LEJOS_HOME/lib/rcxrcxcomm.jar$SEPARATOR$CLASSPATH" $*
22 --- src/lejos_2_1_0/rcxcomm/src/irtower.cpp 2002-11-20 19:49:48.000000000 +0100
23 +++ src.patch/lejos_2_1_0/rcxcomm/src/irtower.cpp 2006-12-04 18:58:19.000000000 +0100
24 @@ -2,7 +2,7 @@
25 * 09/23/2002 david <david@csse.uwa.edu.au> modified to support linux usb tower
29 +#include <errno.h>
30 #include <jni.h>
31 #include "josx_rcxcomm_Tower.h"
32 #include <stdio.h>