diff options
author | kris <kris@FreeBSD.org> | 2005-03-27 05:19:49 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-03-27 05:19:49 +0800 |
commit | dc6d1ef4b23b9cd1e58a9f0dd609b83819988e5a (patch) | |
tree | 4f9a4a92ead2c480c0dd5e17e1157d7b0a1bb6c6 /math | |
parent | a2f260b6203c599651390fed7752b64c5c9a7e9c (diff) | |
download | freebsd-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/Makefile | 4 |
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: |