summaryrefslogtreecommitdiff
path: root/sci-libs/gdal/files/gdal-3.8.0-java21.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-04-11 12:32:48 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-04-11 12:32:48 +0100
commit95c20b170b50a028890f00e7e9c338427d92279f (patch)
treef4f0943446f8e1c5f9739566a0ff53eb5e00e800 /sci-libs/gdal/files/gdal-3.8.0-java21.patch
parent900988746a1a7412b5d0f0025e9f892233a417ff (diff)
gentoo auto-resync : 11:04:2024 - 12:32:48
Diffstat (limited to 'sci-libs/gdal/files/gdal-3.8.0-java21.patch')
-rw-r--r--sci-libs/gdal/files/gdal-3.8.0-java21.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/sci-libs/gdal/files/gdal-3.8.0-java21.patch b/sci-libs/gdal/files/gdal-3.8.0-java21.patch
new file mode 100644
index 000000000000..3e924c5206c1
--- /dev/null
+++ b/sci-libs/gdal/files/gdal-3.8.0-java21.patch
@@ -0,0 +1,20 @@
+--- a/swig/java/build.xml
++++ b/swig/java/build.xml
+@@ -21,7 +21,7 @@
+ <target name="compile" depends="init" description="Compile the source files.">
+ <mkdir dir="${build_dir}/build/classes"/>
+ <javac srcdir="${build_dir}/org" destdir="${build_dir}/build/classes"
+- debug="on" source="7" target="7"
++ debug="on" source="8" target="8"
+ includeantruntime="false" deprecation="true">
+ </javac>
+ <echo>compilation complete</echo>
+@@ -38,7 +38,7 @@
+ <target name="compile_tests" depends="archive" description="Compile the tests files.">
+ <mkdir dir="${build_dir}/build/apps"/>
+ <javac srcdir="${source_apps}" destdir="${build_dir}/build/apps"
+- debug="on" source="7" target="7"
++ debug="on" source="8" target="8"
+ includeantruntime="false" deprecation="true" classpath="${build_dir}/gdal.jar">
+ </javac>
+ <echo>compilation of tests complete</echo>