aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_usrsctp_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-third__party_usrsctp_BUILD.gn')
-rw-r--r--www/chromium/files/patch-third__party_usrsctp_BUILD.gn11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-third__party_usrsctp_BUILD.gn b/www/chromium/files/patch-third__party_usrsctp_BUILD.gn
new file mode 100644
index 000000000000..632dc0c7816b
--- /dev/null
+++ b/www/chromium/files/patch-third__party_usrsctp_BUILD.gn
@@ -0,0 +1,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" ]
+ }
+ }