aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-04-12 09:35:26 +0800
committerkris <kris@FreeBSD.org>2004-04-12 09:35:26 +0800
commit7361a1867435c02c8c699266dba0591d5aa43f0f (patch)
treed43d20222864b3528af63d19356d8e904e65d34d /math
parenta9466519bd3e903c4a415ba328c4461375578ce9 (diff)
downloadfreebsd-ports-gnome-7361a1867435c02c8c699266dba0591d5aa43f0f.tar.gz
freebsd-ports-gnome-7361a1867435c02c8c699266dba0591d5aa43f0f.tar.zst
freebsd-ports-gnome-7361a1867435c02c8c699266dba0591d5aa43f0f.zip
BROKEN: This does not compile on i386 either
Diffstat (limited to 'math')
-rw-r--r--math/ruby-math3d/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/math/ruby-math3d/Makefile b/math/ruby-math3d/Makefile
index d34da2b015da..d5a1219e7ada 100644
--- a/math/ruby-math3d/Makefile
+++ b/math/ruby-math3d/Makefile
@@ -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>