summaryrefslogtreecommitdiff
path: root/www/chromium-uc/patches/patch-third_party_usrsctp_BUILD_gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium-uc/patches/patch-third_party_usrsctp_BUILD_gn')
-rw-r--r--www/chromium-uc/patches/patch-third_party_usrsctp_BUILD_gn14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/chromium-uc/patches/patch-third_party_usrsctp_BUILD_gn b/www/chromium-uc/patches/patch-third_party_usrsctp_BUILD_gn
new file mode 100644
index 0000000..ef2623a
--- /dev/null
+++ b/www/chromium-uc/patches/patch-third_party_usrsctp_BUILD_gn
@@ -0,0 +1,14 @@
1$OpenBSD: patch-third_party_usrsctp_BUILD_gn,v 1.14 2021/09/01 16:54:40 robert Exp $
2
3Index: third_party/usrsctp/BUILD.gn
4--- third_party/usrsctp/BUILD.gn.orig
5+++ third_party/usrsctp/BUILD.gn
6@@ -13,7 +13,7 @@ config("usrsctp_public_config") {
7
8 # This is part of the public config because it's used both by usrsctp and
9 # the client (WebRTC), to determine if the length field needs populating.
10- if (is_mac || is_ios || target_os == "freebsd") {
11+ if (is_mac || is_ios || target_os == "freebsd" || target_os == "openbsd") {
12 defines = [ "HAVE_SCONN_LEN" ]
13 }
14 }