diff options
Diffstat (limited to 'java/kaffe/Makefile')
-rw-r--r-- | java/kaffe/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/kaffe/Makefile b/java/kaffe/Makefile index c772098e6c2c..f3ad60bba515 100644 --- a/java/kaffe/Makefile +++ b/java/kaffe/Makefile @@ -31,6 +31,10 @@ MAN1= kaffe.1 .include <bsd.port.pre.mk> +.if ${ARCH} == "alpha" +BROKEN= "Configure fails on alpha" +.endif + .if ${OSVERSION} >= 502000 BROKEN= "Does not compile" .endif |