mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -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
402 B
C++
11 lines
402 B
C++
--- chrome/browser/defaults.cc.orig 2019-03-15 06:37:02 UTC
|
|
+++ chrome/browser/defaults.cc
|
|
@@ -44,7 +44,7 @@ const bool kSyncAutoStarts = true;
|
|
const bool kSyncAutoStarts = false;
|
|
#endif
|
|
|
|
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
|
|
+#if (defined(OS_LINUX) || defined(OS_BSD)) && !defined(OS_CHROMEOS)
|
|
const bool kScrollEventChangesTab = true;
|
|
#else
|
|
const bool kScrollEventChangesTab = false;
|