aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-03-26 21:19:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-03-26 21:19:49 +0000
commit6dc2e861062d7ceb39df6e5b93852709fa459e88 (patch)
treece4991fbc01d53f18ea8aa534295572f3c9f8ac2 /math
parenta68a70c33349d9c8fb9a0e145d9e604b273bccdd (diff)
downloadports-6dc2e861062d7ceb39df6e5b93852709fa459e88.tar.gz
ports-6dc2e861062d7ceb39df6e5b93852709fa459e88.zip
BROKEN on ia64: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=132008
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: