1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

BROKEN: This does not compile on i386 either

This commit is contained in:
Kris Kennaway 2004-04-12 01:35:26 +00:00
parent e762049569
commit 0a0a8942d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106761

View File

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