diff options
author | Joe Sapp <nixphoeni@gentoo.org> | 2016-10-20 21:20:15 -0400 |
---|---|---|
committer | Joe Sapp <nixphoeni@gentoo.org> | 2016-10-20 21:20:15 -0400 |
commit | 37cfb51f289376c40f0b439bcd1943389d833a6c (patch) | |
tree | 5de5c2fdddaaf371a598e9cbd15c4b56cadccb81 /sci-geosciences/josm | |
parent | sci-geosciences/josm: Remove old versions (diff) | |
download | gentoo-37cfb51f289376c40f0b439bcd1943389d833a6c.tar.gz gentoo-37cfb51f289376c40f0b439bcd1943389d833a6c.tar.bz2 gentoo-37cfb51f289376c40f0b439bcd1943389d833a6c.zip |
sci-geosciences/josm: Remove patch for old version not in tree
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-geosciences/josm')
-rw-r--r-- | sci-geosciences/josm/files/josm-7347-dist-optimized-fix.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/sci-geosciences/josm/files/josm-7347-dist-optimized-fix.patch b/sci-geosciences/josm/files/josm-7347-dist-optimized-fix.patch deleted file mode 100644 index 7ad808c9c98d..000000000000 --- a/sci-geosciences/josm/files/josm-7347-dist-optimized-fix.patch +++ /dev/null @@ -1,34 +0,0 @@ -Index: trunk/build.xml - -This is the fix for josm bug #7351, which affects Gentoo builds. -=================================================================== ---- a/trunk/build.xml -+++ b/trunk/build.xml -@@ -230,6 +230,8 @@ - <compilerarg value="-Xlint:static"/> - <compilerarg value="-Xlint:try"/> - <compilerarg value="-Xlint:unchecked"/> -+ <!-- Undocumented argument to ignore "Sun internal proprietary API" warning, see http://stackoverflow.com/a/13862308/2257172 --> -+ <compilerarg value="-XDignore.symbol.file"/> - </javac> - <copy todir="build" failonerror="no" includeemptydirs="no"> - <fileset dir="resources"/> -@@ -419,7 +421,7 @@ - -keep class JOSM - -keep class * extends org.openstreetmap.josm.io.FileImporter - -keep class * extends org.openstreetmap.josm.io.FileExporter -- -keep class org.openstreetmap.josm.data.imagery.types.Adapter1 -+ -keep class org.w3._2001.xmlschema.Adapter1 - -keep class org.openstreetmap.josm.actions.search.SearchCompiler$Never - - -keepclassmembers enum * { -@@ -432,7 +434,8 @@ - public protected *; - } - -- # Disable annoying [proguard] Note: the configuration keeps the entry point '...', but not the descriptor class '...'. This notes should not be a problem as we don't use obfuscation -+ # Disable annoying [proguard] Note: the configuration keeps the entry point '...', but not the descriptor class '...'. -+ # This note should not be a problem as we don't use obfuscation - -dontnote - </proguard> - </target> |