diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 00:49:22 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 00:49:22 +0000 |
commit | 76d665c19ca74f5a2df771cefc900f5b0a63171b (patch) | |
tree | 0975e8acd326b0202791f5141ec9a2ca64a6a44c /security/cryptopp | |
parent | c63a575b35581389125c839ec39415656b8dba12 (diff) |
BROKEN on alpha 4.x: Internal compiler error
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=125643
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: |