diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 21:19:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 21:19:49 +0000 |
commit | 6dc2e861062d7ceb39df6e5b93852709fa459e88 (patch) | |
tree | ce4991fbc01d53f18ea8aa534295572f3c9f8ac2 /math/pari/Makefile | |
parent | a68a70c33349d9c8fb9a0e145d9e604b273bccdd (diff) | |
download | ports-6dc2e861062d7ceb39df6e5b93852709fa459e88.tar.gz ports-6dc2e861062d7ceb39df6e5b93852709fa459e88.zip |
Notes
Diffstat (limited to 'math/pari/Makefile')
-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: |