diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 09:09:53 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 09:09:53 +0800 |
commit | 34f46bdbe07549cf76d167b24428fb7bf7044dd6 (patch) | |
tree | 22f3c118e6d166e15e93014e1e037f4a88be2340 /java/jikes | |
parent | 502f1247823608a69b3e3d367fbcb356d2aefcdd (diff) | |
download | freebsd-ports-gnome-34f46bdbe07549cf76d167b24428fb7bf7044dd6.tar.gz freebsd-ports-gnome-34f46bdbe07549cf76d167b24428fb7bf7044dd6.tar.zst freebsd-ports-gnome-34f46bdbe07549cf76d167b24428fb7bf7044dd6.zip |
BROKEN on alpha 4.x: Internal compiler error
Approved by: portmgr (self)
Diffstat (limited to 'java/jikes')
-rw-r--r-- | java/jikes/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/java/jikes/Makefile b/java/jikes/Makefile index 08e0db0153ba..bc55b353d1f4 100644 --- a/java/jikes/Makefile +++ b/java/jikes/Makefile @@ -23,4 +23,10 @@ USE_BZIP2= yes CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "alpha" && ${OSVERSION} < 500000 +BROKEN= "Internal compiler error on alpha 4.x" +.endif + +.include <bsd.port.post.mk> |