summaryrefslogtreecommitdiff
path: root/libre/apache-ant/apache-ant-build.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-12-10 07:54:24 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-12-10 07:54:24 -0500
commit47dea6fb6bc00d10b55b1582bd1a76ce82360822 (patch)
tree06c441bf31c2cb70210b1034c59f33ef87aa392b /libre/apache-ant/apache-ant-build.patch
parent869214a9697d6abdc30928e62b43e04720a085c4 (diff)
downloadabslibre-47dea6fb6bc00d10b55b1582bd1a76ce82360822.tar.gz
abslibre-47dea6fb6bc00d10b55b1582bd1a76ce82360822.tar.bz2
abslibre-47dea6fb6bc00d10b55b1582bd1a76ce82360822.zip
apache-ant-1.9.6-1.parabola2: rebuild
Diffstat (limited to 'libre/apache-ant/apache-ant-build.patch')
-rw-r--r--libre/apache-ant/apache-ant-build.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/apache-ant/apache-ant-build.patch b/libre/apache-ant/apache-ant-build.patch
new file mode 100644
index 000000000..dc1d4b455
--- /dev/null
+++ b/libre/apache-ant/apache-ant-build.patch
@@ -0,0 +1,11 @@
+--- apache-ant-1.9.6.orig/build.xml 2015-06-28 23:46:12.000000000 -0500
++++ apache-ant-1.9.6/build.xml 2015-12-09 22:07:51.217674735 -0500
+@@ -899,7 +899,7 @@
+ ===================================================================
+ -->
+ <target name="dist-lite"
+- depends="jars,test-jar"
++ depends="jars"
+ description="--> creates a minimum distribution to run Apache Ant">
+
+ <mkdir dir="${dist.dir}"/>