mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
Finally, after a long wait, an electron port for FreeBSD lands in the portstree. A huge thanks to everyone contributed to this huge effort and to the maintainer that is willing to take the burden of the maintainership!
14 lines
396 B
Text
14 lines
396 B
Text
--- components/metrics/BUILD.gn.orig 2019-03-15 06:37:14 UTC
|
|
+++ components/metrics/BUILD.gn
|
|
@@ -142,6 +142,11 @@ static_library("metrics") {
|
|
if (is_fuchsia) {
|
|
sources += [ "drive_metrics_provider_fuchsia.cc" ]
|
|
}
|
|
+
|
|
+ if (is_bsd) {
|
|
+ sources -= [ "system_memory_stats_recorder_linux.cc" ]
|
|
+ }
|
|
+
|
|
}
|
|
|
|
# The component metrics provider is a separate target because it depends upon
|