mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
dev-java/gluegen: Debian patches
Closes: https://bugs.gentoo.org/855470 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
18
dev-java/gluegen/files/gluegen-2.3.2-hideException.diff
Normal file
18
dev-java/gluegen/files/gluegen-2.3.2-hideException.diff
Normal file
@@ -0,0 +1,18 @@
|
||||
--- a/src/java/com/jogamp/common/os/Platform.java
|
||||
+++ b/src/java/com/jogamp/common/os/Platform.java
|
||||
@@ -305,15 +305,6 @@ public class Platform extends PlatformPr
|
||||
_USE_TEMP_JAR_CACHE[0] = ( OS_TYPE != OSType.ANDROID ) && ( null != platformClassJarURI ) &&
|
||||
PropertyAccess.getBooleanProperty(useTempJarCachePropName, true, true);
|
||||
|
||||
- // load GluegenRT native library
|
||||
- if(_USE_TEMP_JAR_CACHE[0] && TempJarCache.initSingleton()) {
|
||||
- try {
|
||||
- JNILibLoaderBase.addNativeJarLibs(new Class<?>[] { jogamp.common.Debug.class }, null);
|
||||
- } catch (final Exception e0) {
|
||||
- // IllegalArgumentException, IOException
|
||||
- System.err.println("Caught "+e0.getClass().getSimpleName()+": "+e0.getMessage()+", while JNILibLoaderBase.addNativeJarLibs(..)");
|
||||
- }
|
||||
- }
|
||||
DynamicLibraryBundle.GlueJNILibLoader.loadLibrary(libBaseName, false, cl);
|
||||
|
||||
// JVM bug workaround
|
||||
Reference in New Issue
Block a user