1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Unmark BROKEN: no longer segfaults during build on amd64

This commit is contained in:
Pav Lucistnik 2008-06-18 20:00:54 +00:00
parent 73228fbb4c
commit 44e63db296
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215115

View File

@ -34,10 +34,4 @@ post-install:
cd ${WRKSRC}/doc && ${INSTALL_DATA} vm-implementation.tex vm-implementation.pdf ${DOCSDIR}
.endif
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= Segfault during build on !i386
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>