diff options
-rw-r--r-- | net/linknx/Makefile | 7 |
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" \ |