From fd241a2593d663eacef95f693ad12a9de63c7bf4 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 23 Feb 2004 05:02:04 +0000 Subject: BROKEN on !i386: Does not compile --- math/ruby-math3d/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'math/ruby-math3d') diff --git a/math/ruby-math3d/Makefile b/math/ruby-math3d/Makefile index 69f130bfdd97..d34da2b015da 100644 --- a/math/ruby-math3d/Makefile +++ b/math/ruby-math3d/Makefile @@ -20,6 +20,12 @@ USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install +.include + +.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 +.include -- cgit v1.2.3