- Disallow from amd64/9 on pointyhat, segfaults during build
Reported by: pointyhat
This commit is contained in:
parent
143e0c7237
commit
8e3e00e70d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273418
@ -54,6 +54,10 @@ INFO= gauche-refe gauche-refj
|
||||
BROKEN= Does not compile on ${ARCH}
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "amd64" && ${OSVERSION} >= 900000
|
||||
MANUAL_PACKAGE_BUILD= segfaults on pointyhat
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
.if defined(NOPORTDOCS)
|
||||
@${REINPLACE_CMD} -e 's|all: info|all:|' ${WRKSRC}/doc/Makefile.in
|
||||
|
Loading…
Reference in New Issue
Block a user