mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
BROKEN on alpha 4.x: Internal compiler error
Approved by: portmgr (self)
This commit is contained in:
parent
c63a575b35
commit
76d665c19c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125643
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user