diff options
Diffstat (limited to 'math/cln/Makefile')
-rw-r--r-- | math/cln/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile index a124085a738d..09ea89a18f42 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -23,4 +23,10 @@ INFO= cln BROKEN_sparc64= Does not compile on sparc64 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == armv6 +CPPFLAGS+= -DNO_ASM +.endif + +.include <bsd.port.post.mk> |