forked from Lainports/freebsd-ports
BROKEN on amd64: Coredump during build
This commit is contained in:
parent
d027063e8c
commit
cb2542833d
1 changed files with 7 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue