1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

Mark BROKEN on i386: runaway process during build.

This commit is contained in:
Erwin Lansing 2008-08-13 14:59:41 +00:00
parent 635aa102c7
commit d10b9b7341
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218509

View File

@ -43,4 +43,10 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/examples/[a-z]*.[ch] ${EXAMPLESDIR}/
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == i386
BROKEN= does not build
.endif
.include <bsd.port.post.mk>