diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-19 20:18:40 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-19 20:18:40 +0800 |
commit | a848112f045674a6c2313c880b3f1e1ede1711d4 (patch) | |
tree | ba1a63de3bf18022b9fd99d34522c20b90f0f984 /math | |
parent | 357537ba116027cd559b2ee21aee6b45aa49c47c (diff) | |
download | freebsd-ports-graphics-a848112f045674a6c2313c880b3f1e1ede1711d4.tar.gz freebsd-ports-graphics-a848112f045674a6c2313c880b3f1e1ede1711d4.tar.zst freebsd-ports-graphics-a848112f045674a6c2313c880b3f1e1ede1711d4.zip |
Mark as broken on aarch64. The former change I made had no effect on the logfile.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'math')
-rw-r--r-- | math/cln/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile index b71913ce412..c34c8fb7415 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -21,6 +21,8 @@ USE_LDCONFIG= yes INFO= cln +BROKEN_aarch64= Fails to compile: error: declaration of divu_64_rest in global scope conflicts with declaration with C language linkage + .include <bsd.port.pre.mk> .if ${ARCH} == aarch64 || ${ARCH} == armv6 |