diff options
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: |