From 76d665c19ca74f5a2df771cefc900f5b0a63171b Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 2 Jan 2005 00:49:22 +0000 Subject: BROKEN on alpha 4.x: Internal compiler error Approved by: portmgr (self) --- security/cryptopp/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security') diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile index e508ba76d00a..edc49bce554b 100644 --- a/security/cryptopp/Makefile +++ b/security/cryptopp/Makefile @@ -31,6 +31,10 @@ MAKEFILE= GNUmakefile BROKEN= "Does not compile on ia64 or sparc64" .endif +.if ${ARCH} == "alpha" && ${OSVERSION} < 500000 +BROKEN= "Internal compiler error on alpha 4.x" +.endif + pre-install: ${STRIP_CMD} ${WRKSRC}/cryptest do-install: -- cgit v1.2.3