ports/devel/electron18/files/patch-third__party_usrsctp_BUILD.gn
Hiroki Tagato 1780f894bd devel/electron18: add port: Build cross-platform desktop apps with JavaScript, HTML, and CSS
Build cross platform desktop apps with JavaScript, HTML, and CSS.

It's easier than you think.

If you can build a website, you can build a desktop app. Electron is a
framework for creating native applications with web technologies like
JavaScript, HTML, and CSS. It takes care of the hard parts so you can
focus on the core of your application.

WWW: https://electronjs.org/

Requested by:	mikael (via email)
2022-06-22 15:56:20 +09:00

12 lines
479 B
Plaintext

--- third_party/usrsctp/BUILD.gn.orig 2022-05-11 07:17:05 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" ]
}
}