1
0
forked from pool/objectweb-asm

Don't depend on java-gcj-compat

OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=35
This commit is contained in:
2017-10-04 08:01:43 +00:00
committed by Git OBS Bridge
parent feb1f6f0ba
commit 44981ce293
2 changed files with 18 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
--- asm-3.3.1/build.xml 2009-07-11 17:56:57.000000000 +0200
+++ asm-3.3.1/build.xml 2017-10-04 09:56:20.226981298 +0200
@@ -170,7 +170,7 @@
</target>
<target name="compile-debug" depends="init,compile-init,compile-config">
- <javac destdir="${out.build}/tmp" debug="on" source="1.3" target="1.2">
+ <javac destdir="${out.build}/tmp" debug="on">
<classpath>
<pathelement location="${out.build}/tmp"/>
</classpath>