BROKEN on alpha 4.x: Internal compiler error

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway
2005-01-02 01:09:53 +00:00
parent 502f124782
commit 34f46bdbe0

View File

@@ -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>