aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_usrsctp_BUILD.gn
blob: 632dc0c7816b0fddfd8cb635b834ea41e0e88b6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/usrsctp/BUILD.gn.orig	2022-02-07 13:39:41 UTC
+++ 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" ]
   }
 }