summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2010-06-27 21:46:33 +0000
committerVlastimil Babka <caster@gentoo.org>2010-06-27 21:46:33 +0000
commitdd920044aa12fbb11d8f6af3579cf847cb75a150 (patch)
tree15fe32b37933219bcdb6e44dbbfbca46e43b6c59 /net-im/openfire/files
parentx86 stable, bug 322791 (diff)
downloadhistorical-dd920044aa12fbb11d8f6af3579cf847cb75a150.tar.gz
historical-dd920044aa12fbb11d8f6af3579cf847cb75a150.tar.bz2
historical-dd920044aa12fbb11d8f6af3579cf847cb75a150.zip
Fix building with ant 1.8, bug #305929.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'net-im/openfire/files')
-rw-r--r--net-im/openfire/files/buildxml-ant.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/openfire/files/buildxml-ant.patch b/net-im/openfire/files/buildxml-ant.patch
new file mode 100644
index 000000000000..e93cb11bd0dd
--- /dev/null
+++ b/net-im/openfire/files/buildxml-ant.patch
@@ -0,0 +1,10 @@
+--- build/build.xml 2010-06-27 23:37:11.000000000 +0200
++++ build/build.xml 2010-06-27 23:37:29.000000000 +0200
+@@ -235,7 +235,6 @@
+ </or>
+ </not>
+ </condition>
+- <fail if="ant.not.ok" message="Must use Ant 1.6.x or 1.7.x to build Openfire"/>
+ <fail if="java.not.ok" message="Must use JDK 1.5.x or higher to build Openfire"/>
+
+ <tstamp/>