diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 20:33:22 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 20:33:22 +0000 |
commit | 4734e25a318bb23039d75d1fb9dbc1b9a8f20923 (patch) | |
tree | 20831f826b312ccc1d73e36368de50c53c3f5cda /net/linknx | |
parent | f30f83c178bdceee0884f67f78350dc20dba82bf (diff) | |
download | ports-4734e25a318bb23039d75d1fb9dbc1b9a8f20923.tar.gz ports-4734e25a318bb23039d75d1fb9dbc1b9a8f20923.zip |
Notes
Diffstat (limited to 'net/linknx')
-rw-r--r-- | net/linknx/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/linknx/Makefile b/net/linknx/Makefile index 8d7411439aeb..a34aed1ce7f3 100644 --- a/net/linknx/Makefile +++ b/net/linknx/Makefile @@ -14,6 +14,10 @@ LICENSE= GPLv2 LIB_DEPENDS= libpthsem.so:devel/pthsem BUILD_DEPENDS= ${LOCALBASE}/lib/libargp.a:devel/argp-standalone +BROKEN_armv6= 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 + USES= gmake autoreconf pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+=CFLAGS="-I${LOCALBASE}/include" \ |