aboutsummaryrefslogtreecommitdiff
path: root/math/asir2000
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-03-26 20:23:35 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-03-26 20:23:35 +0000
commitbfd3f5df35d6c8ceb88379e57ac3eff925778b51 (patch)
treef0fb911d80324be8dd38efa7298007ca4fb40492 /math/asir2000
parent98f36731b0bae92633f70736dfa82f8e9b9c11c9 (diff)
downloadports-bfd3f5df35d6c8ceb88379e57ac3eff925778b51.tar.gz
ports-bfd3f5df35d6c8ceb88379e57ac3eff925778b51.zip
BROKEN on sparc64 and ia64: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=131986
Diffstat (limited to 'math/asir2000')
-rw-r--r--math/asir2000/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile
index b217652ec63b..601601fb0624 100644
--- a/math/asir2000/Makefile
+++ b/math/asir2000/Makefile
@@ -38,6 +38,10 @@ LIB_DATA= alpi bfct bgk const cyclic defs.h dfff dmul dmul102 \
.include <bsd.port.pre.mk>
+.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
+BROKEN= "Does not compile on sparc64 or ia64"
+.endif
+
pre-install:
@${MKDIR} ${DATADIR}
@${MKDIR} ${DOCSDIR}