- Fix building on 64-bit architectures (remove useless check).
Reported by: pav
This commit is contained in:
10
sysutils/javaservicewrapper/files/patch-build.xml
Normal file
10
sysutils/javaservicewrapper/files/patch-build.xml
Normal file
@@ -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 "bits" system property does not match that of the JVM."/>
|
||||
</target>
|
||||
|
||||
<!-- =================================================================== -->
|
||||
Reference in New Issue
Block a user