diff options
Diffstat (limited to 'net-p2p/eiskaltdcpp-lib/Makefile')
-rw-r--r-- | net-p2p/eiskaltdcpp-lib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/eiskaltdcpp-lib/Makefile b/net-p2p/eiskaltdcpp-lib/Makefile index 04081d0e2231..112f4377baf2 100644 --- a/net-p2p/eiskaltdcpp-lib/Makefile +++ b/net-p2p/eiskaltdcpp-lib/Makefile @@ -17,6 +17,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes .if !defined (MASTERDIR) +BROKEN_FreeBSD_12= error: member access into incomplete type 'dh_st' +BROKEN_FreeBSD_13= error: member access into incomplete type 'dh_st' + LIB_DEPENDS= libboost_system.so:devel/boost-libs USES= cmake gettext compiler:c++11-lib ssl |