summarylogtreecommitdiffstats
path: root/ant.patch
diff options
context:
space:
mode:
authorDaniel Nagy2015-06-08 20:32:58 +0200
committerDaniel Nagy2015-06-08 20:32:58 +0200
commitabb4f80d635e5a9b5c0d72d73425553e38014e11 (patch)
tree1c8beac64166d4a0988f14d534aa7227a7ac5084 /ant.patch
downloadaur-libmatthew-java.tar.gz
import to aur4
Diffstat (limited to 'ant.patch')
-rw-r--r--ant.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/ant.patch b/ant.patch
new file mode 100644
index 000000000000..5b89e0c99543
--- /dev/null
+++ b/ant.patch
@@ -0,0 +1,12 @@
+diff -ur a/libmatthew-java-0.8/cx/ath/matthew/debug/Debug.jpp b/libmatthew-java-0.8/cx/ath/matthew/debug/Debug.jpp
+--- a/libmatthew-java-0.8/cx/ath/matthew/debug/Debug.jpp 2011-06-28 11:26:14.000000000 +0300
++++ b/libmatthew-java-0.8/cx/ath/matthew/debug/Debug.jpp 2011-07-16 09:01:31.000000000 +0300
+@@ -93,7 +93,7 @@
+ /** Verbose debug messages */
+ public static final int VERBOSE = 6;
+ /** Set this to false to disable compilation of Debug statements */
+- public static final boolean debug = DEBUGSETTING;
++ public static final boolean debug = @DEBUGSETTING@;
+ /** The current output stream (defaults to System.err) */
+ public static PrintStream debugout = System.err;
+ private static Properties prop = null;