blob: ef2623a9f7fe56da2541994c28d335a1a8c47e54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$OpenBSD: patch-third_party_usrsctp_BUILD_gn,v 1.14 2021/09/01 16:54:40 robert Exp $
Index: third_party/usrsctp/BUILD.gn
--- third_party/usrsctp/BUILD.gn.orig
+++ third_party/usrsctp/BUILD.gn
@@ -13,7 +13,7 @@ config("usrsctp_public_config") {
# This is part of the public config because it's used both by usrsctp and
# the client (WebRTC), to determine if the length field needs populating.
- if (is_mac || is_ios || target_os == "freebsd") {
+ if (is_mac || is_ios || target_os == "freebsd" || target_os == "openbsd") {
defines = [ "HAVE_SCONN_LEN" ]
}
}
|