diff options
author | marcel <marcel@FreeBSD.org> | 2009-11-20 11:39:59 +0800 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2009-11-20 11:39:59 +0800 |
commit | 1ff3839f1797e1044190491c5d3c10e4f6a7d2c0 (patch) | |
tree | 68a07171c0fe8bc1661c1fb3ea8fc9d7e883760f /math | |
parent | ae7426b58f15a2a2c02f4e9914f3a4c331f0cc3c (diff) | |
download | freebsd-ports-gnome-1ff3839f1797e1044190491c5d3c10e4f6a7d2c0.tar.gz freebsd-ports-gnome-1ff3839f1797e1044190491c5d3c10e4f6a7d2c0.tar.zst freebsd-ports-gnome-1ff3839f1797e1044190491c5d3c10e4f6a7d2c0.zip |
Enable for ia64 (remove from BROKEN).
No response from: maintainer (araujo@)
Diffstat (limited to 'math')
-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 80ee7ceb24ed..503a0e928855 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -39,8 +39,8 @@ LDFLAGS= -L${LOCALBASE}/lib .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" || ${ARCH} == "ia64" -BROKEN= Does not compile on sparc64 or ia64 +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 .endif post-patch: |