diff options
author | kris <kris@FreeBSD.org> | 2004-05-30 15:07:25 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-05-30 15:07:25 +0800 |
commit | 72d6643a0e0c9914507525210e291c6985dae452 (patch) | |
tree | f05577db5703ebfd20bd1b8c0e0c76df5f7447ef /textproc | |
parent | a67c6b414a731432e679ded209deb92002273881 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |