aboutsummaryrefslogtreecommitdiff
path: root/sysutils/javaservicewrapper
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2007-09-27 22:10:05 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2007-09-27 22:10:05 +0000
commit31eeb083fc8ab2020aaa5c80e3c5d491edd2ee17 (patch)
tree119ac6acbe2dbf550ad7010e0a03a21658b1fd60 /sysutils/javaservicewrapper
parent395b7d96ea9d97f77c1c51c397c7ec7670c3408e (diff)
downloadports-31eeb083fc8ab2020aaa5c80e3c5d491edd2ee17.tar.gz
ports-31eeb083fc8ab2020aaa5c80e3c5d491edd2ee17.zip
- Fix building on 64-bit architectures (remove useless check).
Reported by: pav
Notes
Notes: svn path=/head/; revision=200221
Diffstat (limited to 'sysutils/javaservicewrapper')
-rw-r--r--sysutils/javaservicewrapper/files/patch-build.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/javaservicewrapper/files/patch-build.xml b/sysutils/javaservicewrapper/files/patch-build.xml
new file mode 100644
index 000000000000..d09e3ce923b5
--- /dev/null
+++ b/sysutils/javaservicewrapper/files/patch-build.xml
@@ -0,0 +1,10 @@
+--- ./build.xml.orig Tue Oct 17 11:21:20 2006
++++ ./build.xml Thu Sep 27 19:07:48 2007
+@@ -304,7 +304,6 @@
+ <echo message="**********************************************************************"/>
+ <echo message="A ${bits}-bit build was requested, but this is a ${sun.arch.data.model}-bit JVM."/>
+ <echo message="**********************************************************************"/>
+- <fail message="The &quot;bits&quot; system property does not match that of the JVM."/>
+ </target>
+
+ <!-- =================================================================== -->