aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-05-30 15:07:25 +0800
committerkris <kris@FreeBSD.org>2004-05-30 15:07:25 +0800
commit72d6643a0e0c9914507525210e291c6985dae452 (patch)
treef05577db5703ebfd20bd1b8c0e0c76df5f7447ef /textproc
parenta67c6b414a731432e679ded209deb92002273881 (diff)
downloadfreebsd-ports-gnome-72d6643a0e0c9914507525210e291c6985dae452.tar.gz
freebsd-ports-gnome-72d6643a0e0c9914507525210e291c6985dae452.tar.zst
freebsd-ports-gnome-72d6643a0e0c9914507525210e291c6985dae452.zip
BROKEN on amd64: Coredump during build
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-gdome/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <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>