From 2dc33096c445a4992aab524e33ad96487665e761 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 25 Feb 2004 10:12:17 +0000 Subject: BROKEN on !i386 and !amd64: Does not compile --- math/asir2000/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'math/asir2000') diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile index 4fd9e61f0bf7..0b079d9d102f 100644 --- a/math/asir2000/Makefile +++ b/math/asir2000/Makefile @@ -35,6 +35,12 @@ LIB_DATA= alpi bfct bgk const cyclic defs.h dfff dmul dmul102 \ num primdec primdec_lex primdec_mod ratint robot solve sp \ sturm sym weight xm +.include + +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +BROKEN= "Does not compile on !i386 and !amd64" +.endif + pre-install: @${MKDIR} ${DATADIR} @${MKDIR} ${DOCSDIR} @@ -53,4 +59,4 @@ post-install: @${TAR} xfz ${DISTDIR}/${ASIR_DOC} -C ${DOCSDIR} @${INSTALL_MAN} ${DOCSDIR}/${MAN1} ${PREFIX}/man/man1 -.include +.include -- cgit v1.2.3