diff options
author | kris <kris@FreeBSD.org> | 2005-01-02 09:10:38 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-01-02 09:10:38 +0800 |
commit | cb5e4b4acd58236d512929307bf0613059b9ff65 (patch) | |
tree | acf5b8192c869da704435232644aa0792a426c3d | |
parent | b4339c1b39cae3aba10080306821b8b1ea9f1865 (diff) | |
download | freebsd-ports-gnome-cb5e4b4acd58236d512929307bf0613059b9ff65.tar.gz freebsd-ports-gnome-cb5e4b4acd58236d512929307bf0613059b9ff65.tar.zst freebsd-ports-gnome-cb5e4b4acd58236d512929307bf0613059b9ff65.zip |
BROKEN on alpha: Configure fails
Approved by: portmgr (self)
-rw-r--r-- | java/janosvm/Makefile | 4 | ||||
-rw-r--r-- | java/kaffe/Makefile | 4 |
2 files changed, 8 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 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 |