diff options
author | pav <pav@FreeBSD.org> | 2010-12-02 07:01:06 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-12-02 07:01:06 +0800 |
commit | b244676b5e63be6e3ca3d0ea44674c3811fa24eb (patch) | |
tree | b37015c10a091711eaa2766771c71ad2b084006c /net-im | |
parent | 62249b6e69d0b725330c539fdd214d8a9b1988ca (diff) | |
download | freebsd-ports-graphics-b244676b5e63be6e3ca3d0ea44674c3811fa24eb.tar.gz freebsd-ports-graphics-b244676b5e63be6e3ca3d0ea44674c3811fa24eb.tar.zst freebsd-ports-graphics-b244676b5e63be6e3ca3d0ea44674c3811fa24eb.zip |
- Fix build with new ant
PR: ports/152734
Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/openfire/files/patch-build-build.xml | 10 |
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 00000000000..341c52a77fb --- /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> |