summaryrefslogtreecommitdiff
path: root/net/rsocket-cpp
diff options
context:
space:
mode:
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 \