summaryrefslogtreecommitdiff
path: root/java/jode/files
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2005-07-07 18:38:19 +0000
committerMikhail Teterin <mi@FreeBSD.org>2005-07-07 18:38:19 +0000
commitda0cac05ab20de16b27a19b0bce45f6833f4c212 (patch)
treed93a57c0ad07d28df67b65fdb882934df326ac40 /java/jode/files
parent- Always use external gettext (diff)
Update to 1.1.2-pre1 released in February 2004. Some serious
REINPLACE-ing was required to turn all variables named `enum' into `enumeration', because `enum' is a keyword in Java-1.5 The program seems to work now and builds with Java-1.5 (and, presumably, earlier). The portversion is set to 1.1.1.1 in anticipation of the eventual release of 1.1.2 by the vendor.
Diffstat (limited to 'java/jode/files')
-rw-r--r--java/jode/files/patch-bin-jode2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jode/files/patch-bin-jode b/java/jode/files/patch-bin-jode
index c77c812475d4..d1354a7bad25 100644
--- a/java/jode/files/patch-bin-jode
+++ b/java/jode/files/patch-bin-jode
@@ -14,5 +14,5 @@
-CP=`echo $CLASSPATH | sed s/:/,/`
-CLASSPATH=@datadir@/jode-@VERSION@.jar:@CLASSPATH@ \
-@JAVA@ $CLAZZ --classpath $CP $*
-+exec javavm -cp @datadir@/jode-@VERSION@.jar:@datadir@/getopt.jar \
++exec java -cp @datadir@/jode-@VERSION@.jar:@datadir@/getopt.jar \
+ $CLAZZ $CP "$@"