diff options
Diffstat (limited to 'security/cryptopp')
-rw-r--r-- | security/cryptopp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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: |