forked from pool/mapserver
f52bfdff10
Fix Tumbleweed and 13.1 builds OBS-URL: https://build.opensuse.org/request/show/358212 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/mapserver?expand=0&rev=100
18 lines
574 B
Diff
18 lines
574 B
Diff
--- mapscript/java/javamodule.i.orig 2016-02-05 15:33:04.687868919 +0100
|
|
+++ mapscript/java/javamodule.i 2016-02-05 15:37:36.364273961 +0100
|
|
@@ -1,9 +1,11 @@
|
|
|
|
%include arrays_java.i
|
|
|
|
-# Uncomment this if you wish to hace enums wrapped in an interface compatible
|
|
-# with that generated by swig 1.3.21 (tests wont compile, though)
|
|
-#%include enumsimple.swg
|
|
+/*
|
|
+# Uncomment this if you wish to hace enums wrapped in an interface compatible
|
|
+# with that generated by swig 1.3.21 (tests wont compile, though)
|
|
+#%include enumsimple.swg
|
|
+*/
|
|
|
|
/* Mapscript library loader */
|
|
|