mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
Also, adjust JAVAC_FLAGS Closes: https://bugs.gentoo.org/973040 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Part-of: https://codeberg.org/gentoo/gentoo/pulls/685 Merges: https://codeberg.org/gentoo/gentoo/pulls/685 Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
16 lines
438 B
Diff
16 lines
438 B
Diff
diff --git a/java/Makefile b/java/Makefile
|
|
index 558c3ea..840bd08 100644
|
|
--- a/java/Makefile
|
|
+++ b/java/Makefile
|
|
@@ -4,10 +4,7 @@ FILES = libsvm/svm.class libsvm/svm_model.class libsvm/svm_node.class \
|
|
libsvm/svm_print_interface.class \
|
|
svm_train.class svm_predict.class svm_toy.class svm_scale.class
|
|
|
|
-#JAVAC = jikes
|
|
-JAVAC_FLAGS = --release 11
|
|
JAVAC = javac
|
|
-# JAVAC_FLAGS =
|
|
export CLASSPATH := .:$(CLASSPATH)
|
|
|
|
all: $(FILES)
|