diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 01:10:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 01:10:38 +0000 |
commit | 01ee12e17881a8c968b88379f1457e0fe574c826 (patch) | |
tree | 01fd73f048d2fa4395e184a6446aa0e960211380 /java/janosvm | |
parent | BROKEN on alpha 4.x: Internal compiler error (diff) |
BROKEN on alpha: Configure fails
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=125657
Diffstat (limited to 'java/janosvm')
-rw-r--r-- | java/janosvm/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/janosvm/Makefile b/java/janosvm/Makefile index ba5f977d2fee..b53ed8ba3f56 100644 --- a/java/janosvm/Makefile +++ b/java/janosvm/Makefile @@ -25,6 +25,10 @@ MAN1= janosvm.1 jsihey.1 jsiregister.1 jsiunregister.1 .include <bsd.port.pre.mk> +.if ${ARCH} == "alpha" +BROKEN= "Configure fails on alpha" +.endif + .if ${OSVERSION} >= 500113 BROKEN= "Fails to link" .endif |