diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-03 08:22:39 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-03 08:22:39 +0000 |
commit | 7d5c5a79d6d71d65a27751ee3fde623285de38bc (patch) | |
tree | 8946389c60b85c982dc58c5796d807d9b4ecde95 /net-p2p | |
parent | 49b09935d82505238225ab986d8e7180eb905524 (diff) | |
download | ports-7d5c5a79d6d71d65a27751ee3fde623285de38bc.tar.gz ports-7d5c5a79d6d71d65a27751ee3fde623285de38bc.zip |
Notes
Diffstat (limited to 'net-p2p')
-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 |