BROKEN on !i386: Does not compile

This commit is contained in:
Kris Kennaway 2004-02-23 05:02:04 +00:00
parent e6ad528924
commit fd241a2593
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101815
2 changed files with 14 additions and 2 deletions

View File

@ -24,6 +24,12 @@ INSTALL_TARGET= site-install
DOCS= README
EXAMPLES= examples/*.rb test*.rb
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
post-patch:
${RUBY} -i -pe 'gsub /-ansi\b/, ""' ${WRKSRC}/${RUBY_EXTCONF}
@ -39,4 +45,4 @@ post-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -20,6 +20,12 @@ USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
pre-patch:
cd ${WRKSRC}; ${RUBY} -i -pe 'sub(/\r/, "")' *.[ch]
@ -30,4 +36,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/manual.jis ${RUBY_MODDOCDIR}/ja/
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>