diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 23:20:45 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 23:20:45 +0000 |
commit | 3d4f70c9869b7e9c2567935f08c718387f387840 (patch) | |
tree | 3e8f83a33cb7baa96d5548624ba0246b6c11fa9f /math/cln | |
parent | BROKEN: Size mismatch (diff) |
BROKEN on ia64: Does not compile
Notes
Notes:
svn path=/head/; revision=146623
Diffstat (limited to 'math/cln')
-rw-r--r-- | math/cln/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile index 07727e775535..4d2cfc22d304 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -41,8 +41,8 @@ PORTDOCS= * .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" +.if ${ARCH} == "sparc64" || ${ARCH} == "ia64" +BROKEN= "Does not compile on sparc64 or ia64" .endif post-install: |