diff options
author | linimon <linimon@FreeBSD.org> | 2017-12-19 22:41:29 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-12-19 22:41:29 +0800 |
commit | 81d559e229a6e0ba412844e131343f0dfc078e39 (patch) | |
tree | 9332e3d29b9f67e05c02052339c1fc25be6de3b5 /net/linknx | |
parent | 86dbf215014e2a48eec8de22391aa98bd59a3e38 (diff) | |
download | freebsd-ports-gnome-81d559e229a6e0ba412844e131343f0dfc078e39.tar.gz freebsd-ports-gnome-81d559e229a6e0ba412844e131343f0dfc078e39.tar.zst freebsd-ports-gnome-81d559e229a6e0ba412844e131343f0dfc078e39.zip |
Mark more recently failing ports broken on aarch64.
While here, pet portlint and reformat some other BROKEN statements.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'net/linknx')
-rw-r--r-- | net/linknx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/linknx/Makefile b/net/linknx/Makefile index a2a5b7507ae3..ffc6625e2798 100644 --- a/net/linknx/Makefile +++ b/net/linknx/Makefile @@ -14,6 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libpthsem.so:devel/pthsem BUILD_DEPENDS= ${LOCALBASE}/lib/libargp.a:devel/argp-standalone +BROKEN_aarch64= fails to compile: /usr/include/c++/v1/math.h:733:39: no member named 'fabsf' in the global namespace; did you mean simply 'fabsf'? BROKEN_armv6= fails to configure: checking for GNU Pth... Segmentation fault BROKEN_armv7= fails to configure: checking for GNU Pth... Segmentation fault BROKEN_mips= fails to configure: checking for GNU Pth... Segmentation fault |