mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -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!
11 lines
350 B
C
11 lines
350 B
C
--- services/tracing/tracing_service.h.orig 2019-03-15 06:37:32 UTC
|
|
+++ services/tracing/tracing_service.h
|
|
@@ -18,7 +18,7 @@
|
|
#include "services/tracing/coordinator.h"
|
|
|
|
#if defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_MACOSX) || \
|
|
- defined(OS_WIN)
|
|
+ defined(OS_WIN) || defined(OS_BSD)
|
|
#define PERFETTO_SERVICE_AVAILABLE
|
|
#endif
|
|
|