1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

- Fix build with new ant

PR:		ports/152734
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net>
This commit is contained in:
Pav Lucistnik 2010-12-01 23:01:06 +00:00
parent 5049f6ae83
commit d32b3c906a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265535

View File

@ -0,0 +1,10 @@
--- build/build.xml.orig 2010-10-27 04:53:55.000000000 -0700
+++ build/build.xml 2010-10-27 04:54:13.000000000 -0700
@@ -224,6 +224,7 @@
<or>
<contains string="${ant.version}" substring="1.6"/>
<contains string="${ant.version}" substring="1.7"/>
+ <contains string="${ant.version}" substring="1.8"/>
</or>
</not>
</condition>