aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-2.0-devel/files/patch-solenv+inc+ant.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-2.0-devel/files/patch-solenv+inc+ant.mk')
-rw-r--r--editors/openoffice-2.0-devel/files/patch-solenv+inc+ant.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/openoffice-2.0-devel/files/patch-solenv+inc+ant.mk b/editors/openoffice-2.0-devel/files/patch-solenv+inc+ant.mk
new file mode 100644
index 000000000000..e050b85d41e9
--- /dev/null
+++ b/editors/openoffice-2.0-devel/files/patch-solenv+inc+ant.mk
@@ -0,0 +1,13 @@
+http://qa.openoffice.org/issues/show_bug.cgi?id=27028
+
+--- ../solenv/inc/ant.mk~ Wed Feb 4 21:37:16 2004
++++ ../solenv/inc/ant.mk Fri Apr 2 23:59:27 2004
+@@ -100,7 +100,7 @@
+ .ENDIF
+ .ENDIF
+
+-ANT=$(WRAPCMD) java -classpath $(CLASSPATH) -Xmx128m org.apache.tools.ant.Main -Djava.home=$(JAVA_HOME) -Dant.home=$(ANT_HOME)
++#ANT=$(WRAPCMD) java -classpath $(CLASSPATH) -Xmx128m org.apache.tools.ant.Main -Djava.home=$(JAVA_HOME) -Dant.home=$(ANT_HOME)
+ #ANT=java -version
+
+ .IF "$(ANT_BUILDFILE)"==""