aboutsummaryrefslogtreecommitdiff
path: root/devel/electron17/files/patch-third__party_webrtc_rtc__base_BUILD.gn
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2022-05-16 13:09:53 +0000
committerHiroki Tagato <tagattie@FreeBSD.org>2022-05-16 13:19:36 +0000
commitc413504f628248837997ee27dcb4fa5edd8a04fd (patch)
treed504d454b27c552a8307bb286b08af0152ceb378 /devel/electron17/files/patch-third__party_webrtc_rtc__base_BUILD.gn
parent3e971e9bf59b04d5bb7fa0eb35157c2aa2a9a295 (diff)
downloadports-c413504f628248837997ee27dcb4fa5edd8a04fd.tar.gz
ports-c413504f628248837997ee27dcb4fa5edd8a04fd.zip
devel/electron17: 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/
Diffstat (limited to 'devel/electron17/files/patch-third__party_webrtc_rtc__base_BUILD.gn')
-rw-r--r--devel/electron17/files/patch-third__party_webrtc_rtc__base_BUILD.gn11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron17/files/patch-third__party_webrtc_rtc__base_BUILD.gn b/devel/electron17/files/patch-third__party_webrtc_rtc__base_BUILD.gn
new file mode 100644
index 000000000000..6258e544aab4
--- /dev/null
+++ b/devel/electron17/files/patch-third__party_webrtc_rtc__base_BUILD.gn
@@ -0,0 +1,11 @@
+--- third_party/webrtc/rtc_base/BUILD.gn.orig 2022-05-11 07:17:59 UTC
++++ third_party/webrtc/rtc_base/BUILD.gn
+@@ -1082,7 +1082,7 @@ rtc_library("rtc_base") {
+ sources += [ "mac_ifaddrs_converter.cc" ]
+ }
+
+- if (is_linux || is_chromeos) {
++ if ((is_linux || is_chromeos) && !is_bsd) {
+ libs += [
+ "dl",
+ "rt",