summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-11-28 00:35:12 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-11-28 00:35:12 +0000
commit2b520337e401213fdb999938d16c85b61fba8608 (patch)
tree38832a50ea57602b82e67661109a2ea54e2a830c
parentThis port now builds on aarch64. (diff)
This port now builds on aarch64.
While here, pet portlint (ordering of BROKEN_* declarations). Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=556471
-rw-r--r--net/linknx/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/linknx/Makefile b/net/linknx/Makefile
index 65b34071d80b..bf4c41db5aaf 100644
--- a/net/linknx/Makefile
+++ b/net/linknx/Makefile
@@ -11,15 +11,14 @@ COMMENT= Rule-based event handling in a KNX installation
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
BROKEN_mips64= fails to configure: checking for GNU Pth... Segmentation fault
+LIB_DEPENDS= libpthsem.so:devel/pthsem
+BUILD_DEPENDS= ${LOCALBASE}/lib/libargp.a:devel/argp-standalone
+
USES= compiler gmake autoreconf pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=CFLAGS="-I${LOCALBASE}/include" \