diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-01-31 03:40:46 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-01-31 03:40:46 +0000 |
commit | dcd74e6387a7b13a84f56be4fd95b245441cc800 (patch) | |
tree | 0d0809d74c7183324fd4c40d2cc1f8c9c36af021 /net/chrony | |
parent | b2e18017b2d4c4044c103983b080543102008420 (diff) |
Mark various ports broken on aarch64 and armv6.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=432897
Diffstat (limited to 'net/chrony')
-rw-r--r-- | net/chrony/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/chrony/Makefile b/net/chrony/Makefile index 1fc9a25758aa..d09e01785371 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -41,6 +41,8 @@ OPTIONS_DEFINE= IPV6 IPV6_CATEGORIES= ipv6 IPV6_CONFIGURE_OFF= --disable-ipv6 +BROKEN_aarch64= Fails to compile: invalid operands to binary expression (double and double) + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/chronyc ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/chronyd |