aboutsummaryrefslogtreecommitdiff
path: root/net-im/openfire
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2011-09-19 11:50:21 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2011-09-19 11:50:21 +0000
commit3d201fdc271983803d75288ed4218b3df9db2498 (patch)
tree4925d6bfc8d6ca6911d66fe7ac2ca68545e6325b /net-im/openfire
parent2d13269cf3682fb966643e3b2de987dc87510df9 (diff)
downloadports-3d201fdc271983803d75288ed4218b3df9db2498.tar.gz
ports-3d201fdc271983803d75288ed4218b3df9db2498.zip
Notes
Diffstat (limited to 'net-im/openfire')
-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..a35c909f55fd
--- /dev/null
+++ b/net-im/openfire/files/patch-build_build.xml
@@ -0,0 +1,10 @@
+--- build/build.xml.orig 2011-09-19 13:48:53.000000000 +0200
++++ build/build.xml 2011-09-19 13:49:04.000000000 +0200
+@@ -234,6 +234,7 @@
+ <or>
+ <contains string="${ant.java.version}" substring="1.5"/>
+ <contains string="${ant.java.version}" substring="1.6"/>
++ <contains string="${ant.java.version}" substring="1.7"/>
+ </or>
+ </not>
+ </condition>