aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--math/pari/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile
index 3fee4439f4d6..61a374f7d0ee 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -44,8 +44,8 @@ USE_GCC= 3.2
CFLAGS+= -fPIC
.endif
-.if ${ARCH} == "sparc64"
-BROKEN= "Does not compile on sparc64"
+.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
+BROKEN= "Does not compile on sparc64 or ia64"
.endif
post-patch: