mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Mark BROKEN on amd64/7: segfaults during build
Reported by: pointyhat
This commit is contained in:
parent
eb14c96201
commit
231557ba75
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226996
@ -71,6 +71,10 @@ MAKE_ENV+= BLAS_LIBS="-L${LOCALBASE}/lib ${BLAS_LIBS}"
|
||||
BROKEN= does not compile on alpha 5.x, ia64, sparc64
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000
|
||||
BROKEN= segfaults during build on FreeBSD amd64/7.x
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@# malloc.h -> stdlib.h conversions
|
||||
@${GREP} -lr "<malloc.h>" ${WRKSRC} \
|
||||
|
Loading…
Reference in New Issue
Block a user