- Disallow from amd64/9 on pointyhat, segfaults during build

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2011-05-01 22:45:59 +00:00
parent 143e0c7237
commit 8e3e00e70d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273418

View File

@ -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