diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-05-29 04:33:37 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-05-29 04:33:37 +0000 |
commit | ba83b2ef35a920a9e4a61b078b1c0d50ff01d7d8 (patch) | |
tree | ca7636125f3c3b4bd596f66d0a79865d6ae0f116 /dns/powerdns-recursor | |
parent | 9c744318eccaf814011565c2dafa431fb54911f1 (diff) | |
download | ports-ba83b2ef35a920a9e4a61b078b1c0d50ff01d7d8.tar.gz ports-ba83b2ef35a920a9e4a61b078b1c0d50ff01d7d8.zip |
Notes
Diffstat (limited to 'dns/powerdns-recursor')
-rw-r--r-- | dns/powerdns-recursor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index b3181f351e50..39606b3358e7 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_armv6= fails to compile: use of overloaded operator << is ambiguous BROKEN_armv7= fails to compile: use of overloaded operator << is ambiguous BROKEN_i386= crashes on startup (SIGSEGV) -BROKEN_sparc64= fails to compile: json11.cpp: undefined reference to std::__throw_out_of_range_fmt +BROKEN_FreeBSD_12_powerpc64= fails to compile: Assembler messages: unaligned opcodes detected in executable segment BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs LIB_DEPENDS= libboost_context.so:devel/boost-libs \ |