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