summaryrefslogtreecommitdiff
path: root/net/rsocket-cpp
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-12-07 01:01:26 -0800
committerYuri Victorovich <yuri@FreeBSD.org>2021-12-07 01:01:26 -0800
commit8d7003b2986497b89210590b6ed155cd5f69ccee (patch)
treec1921d7984cf90d82a3104969bfe99b81bdfc91d /net/rsocket-cpp
parentscience/axom: Broken on i386 (diff)
net/rsocket-cpp: Broken
Diffstat (limited to 'net/rsocket-cpp')
-rw-r--r--net/rsocket-cpp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/rsocket-cpp/Makefile b/net/rsocket-cpp/Makefile
index e2bb5dd10b92..9bfbe9ebdaa2 100644
--- a/net/rsocket-cpp/Makefile
+++ b/net/rsocket-cpp/Makefile
@@ -9,6 +9,8 @@ COMMENT= C++ implementation of RSocket
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= build fails with latest devel/folly, no upstream support provided: https://github.com/rsocket/rsocket-cpp/issues/906
+
BUILD_DEPENDS= libfmt>0:devel/libfmt
LIB_DEPENDS= libboost_atomic.so:devel/boost-libs \
libdouble-conversion.so:devel/double-conversion \