summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-01-02 00:49:22 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-01-02 00:49:22 +0000
commit76d665c19ca74f5a2df771cefc900f5b0a63171b (patch)
tree0975e8acd326b0202791f5141ec9a2ca64a6a44c /security
parentBROKEN: Internal compiler error on alpha 4.x (diff)
BROKEN on alpha 4.x: Internal compiler error
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=125643
Diffstat (limited to 'security')
-rw-r--r--security/cryptopp/Makefile4
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: