summaryrefslogtreecommitdiff
path: root/gnome-extra/libgda/files/libgda-5.2.4-jre18.patch
blob: f66fa8f95846f60e61b6202b2c5c786d307a3a76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- libgda-5.2.2/configure.orig	2014-05-17 14:58:33.206028742 +0200
+++ libgda-5.2.2/configure	2014-05-17 14:58:45.937790443 +0200
@@ -23200,6 +23259,11 @@
 		    JTYPE="Sun JRE 1.7"
 		    JFLAGS="-Xlint:unchecked -Xlint:deprecation"
 		    ;;
+                JRE1.8.*)
+		    try_java=true
+		    JTYPE="Sun JRE 1.8"
+		    JFLAGS="-Xlint:unchecked -Xlint:deprecation"
+		    ;;
                 JREgcj-4*)
 		    try_java=true
 		    JTYPE="GCJ"