aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-03-27 05:19:49 +0800
committerkris <kris@FreeBSD.org>2005-03-27 05:19:49 +0800
commitdc6d1ef4b23b9cd1e58a9f0dd609b83819988e5a (patch)
tree4f9a4a92ead2c480c0dd5e17e1157d7b0a1bb6c6 /math
parenta2f260b6203c599651390fed7752b64c5c9a7e9c (diff)
downloadfreebsd-ports-gnome-dc6d1ef4b23b9cd1e58a9f0dd609b83819988e5a.tar.gz
freebsd-ports-gnome-dc6d1ef4b23b9cd1e58a9f0dd609b83819988e5a.tar.zst
freebsd-ports-gnome-dc6d1ef4b23b9cd1e58a9f0dd609b83819988e5a.zip
BROKEN on ia64: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'math')
-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: