diff options
author | kris <kris@FreeBSD.org> | 2005-10-29 07:20:45 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-10-29 07:20:45 +0800 |
commit | fce7a62ab711f35103c3a0306bca03455eb162bb (patch) | |
tree | 3ea52cbe888cf1efc9b36ba6b66a0d163c6bfb5d /math/cln | |
parent | 1446372e9a57a6affd17607d741d0182aa3d0942 (diff) | |
download | freebsd-ports-gnome-fce7a62ab711f35103c3a0306bca03455eb162bb.tar.gz freebsd-ports-gnome-fce7a62ab711f35103c3a0306bca03455eb162bb.tar.zst freebsd-ports-gnome-fce7a62ab711f35103c3a0306bca03455eb162bb.zip |
BROKEN on ia64: Does not compile
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: |