From cb2542833dbef4e58e51ccf8abdf8ffc212ba212 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 30 May 2004 07:07:25 +0000 Subject: [PATCH] BROKEN on amd64: Coredump during build --- textproc/ruby-gdome/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/textproc/ruby-gdome/Makefile b/textproc/ruby-gdome/Makefile index efa2e42ca4c7..76188560ce10 100644 --- a/textproc/ruby-gdome/Makefile +++ b/textproc/ruby-gdome/Makefile @@ -26,6 +26,12 @@ USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install +.include + +.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 +.include