aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-11-19 07:15:30 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-11-19 07:15:30 +0000
commitac63330c92ff43db8f4e2b8561ba131a71cc71e8 (patch)
treed15d25aae9d7fbf263d9bdc2c7ec3e2857d548a6
parent75c8d54568c407ca58241d96ee82d9c60828648c (diff)
downloadports-ac63330c92ff43db8f4e2b8561ba131a71cc71e8.tar.gz
ports-ac63330c92ff43db8f4e2b8561ba131a71cc71e8.zip
net/libusrsctp: Broken on 14
Reported by: fallout
-rw-r--r--net/libusrsctp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/libusrsctp/Makefile b/net/libusrsctp/Makefile
index 280c3e1964ea..da5b238cd9fd 100644
--- a/net/libusrsctp/Makefile
+++ b/net/libusrsctp/Makefile
@@ -9,6 +9,8 @@ WWW= https://github.com/sctplab/usrsctp
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
+BROKEN_FreeBSD_14= compilation fails: no netinet6/ip6protosw.h on FreeBSD 14, see https://github.com/sctplab/usrsctp/issues/667
+
USES= cmake
USE_LDCONFIG= yes