Mark BROKEN on amd64: segmentation fault when it compiles the "catalogue

of elements".

Reported by:	Kris via pointyhat
This commit is contained in:
Thierry Thomas 2005-07-14 07:31:11 +00:00
parent a9cd9a1323
commit 56c327c698
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139176

View file

@ -71,6 +71,9 @@ FLAGARCH= TRU64 # 64 bits
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on FreeBSD-4.x, and cannot be patched easily."
.endif
.if ${ARCH} == "amd64"
BROKEN= "Seg. fault on ${ARCH} during compilation of elements."
.endif
.if defined(WITH_BLAS)
LIB_DEPENDS+= blas.1:${PORTSDIR}/math/blas