diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2009-11-20 03:39:59 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2009-11-20 03:39:59 +0000 |
| commit | 7eaed13f03d898cac8bb54993638ee260a144cb6 (patch) | |
| tree | c2913046d28db057abc95af53ce51f5d43bb900f | |
| parent | No longer download Objective-C related files which we don't actually use. (diff) | |
Enable for ia64 (remove from BROKEN).
No response from: maintainer (araujo@)
| -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: |
