summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-12-01 23:01:06 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-12-01 23:01:06 +0000
commitd32b3c906aaafe22388c49c3f1660d6f2f84c2d6 (patch)
tree9415605f23058d42db1293aeb09ba57658208434
parent- Updated to 0.19.3 (https://launchpad.net/qbzr/0.19/0.19.3) (diff)
- Fix build with new ant
PR: ports/152734 Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
Notes
Notes: svn path=/head/; revision=265535
-rw-r--r--net-im/openfire/files/patch-build-build.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/openfire/files/patch-build-build.xml b/net-im/openfire/files/patch-build-build.xml
new file mode 100644
index 000000000000..341c52a77fb7
--- /dev/null
+++ b/net-im/openfire/files/patch-build-build.xml
@@ -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>