Mark BROKEN on amd64: segmentation fault when it compiles the "catalogue
of elements". Reported by: Kris via pointyhat
This commit is contained in:
parent
a9cd9a1323
commit
56c327c698
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139176
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue