BROKEN on amd64: Coredump during build

This commit is contained in:
Kris Kennaway 2004-05-30 07:07:25 +00:00
parent d027063e8c
commit cb2542833d

View file

@ -26,6 +26,12 @@ USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Coredump during build on amd64"
.endif
post-extract:
${RM} -rf ${WRKSRC}/examples-ruby/CVS
@ -37,4 +43,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR}/
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>