summarylogtreecommitdiffstats
path: root/always_use_java-11-openjdk.patch
diff options
context:
space:
mode:
authorTorben2020-06-17 22:26:40 +0200
committerTorben2020-06-17 22:26:40 +0200
commitd02fbd69266029d78a9936650a15fec4116d00c4 (patch)
tree86799dc3f31a7cf1c5e1abc4e5373a51b0b26a9f /always_use_java-11-openjdk.patch
parent633f044ff0ecba83aad84f52a86910ecdfb6f1ef (diff)
downloadaur-d02fbd69266029d78a9936650a15fec4116d00c4.tar.gz
Add modification to build processing4
Diffstat (limited to 'always_use_java-11-openjdk.patch')
-rw-r--r--always_use_java-11-openjdk.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/always_use_java-11-openjdk.patch b/always_use_java-11-openjdk.patch
new file mode 100644
index 000000000000..722254dcc156
--- /dev/null
+++ b/always_use_java-11-openjdk.patch
@@ -0,0 +1,12 @@
+--- a/build/linux/processing 2020-01-17 17:20:35.000000000 +0100
++++ b/build/linux/processing 2020-06-13 14:02:40.924929084 +0200
+@@ -13,6 +13,9 @@
+ # Thanks to Ferdinand Kasper for this build script. [fry]
+
+
++# Always use Oracle's JDK to run processing
++PATH="/usr/lib/jvm/java-11-openjdk/bin/:$PATH"
++
+ # JARs required from JDK (anywhere in/below the JDK home directory)
+ JDKLIBS="rt.jar"
+