1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-29 00:20:40 -04:00
ports/www/chromium/files/patch-third__party_webrtc_BUILD.gn
Rene Ladan a8a9149eb3 www/chromium: update to 74.0.3729.157
Submitted by:	Matthias Wolf via GitHub ( )
MFH:		2019Q2
2019-05-24 12:34:58 +00:00

12 lines
318 B
Text

--- third_party/webrtc/BUILD.gn.orig 2019-04-30 22:25:58 UTC
+++ third_party/webrtc/BUILD.gn
@@ -152,6 +152,9 @@ config("common_inherited_config") {
if (is_linux) {
defines += [ "WEBRTC_LINUX" ]
}
+ if (is_bsd) {
+ defines += [ "WEBRTC_BSD" ]
+ }
if (is_mac) {
defines += [ "WEBRTC_MAC" ]
}