diff options
| author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-03-04 21:32:19 +0000 |
|---|---|---|
| committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-03-04 21:32:19 +0000 |
| commit | 4b3fa3f0cf52ac441737a660568f3c4f3eafffcd (patch) | |
| tree | b9a97c7a39d63203d06a878b4fef1dec32694218 /www/chromium/files/patch-chrome_app_mash_mash__runner.cc | |
| parent | security/ssh-vault: update to 0.9.1 (diff) | |
- Backport several patches of OpenBSD that add more linux code for
font handling.
- Disabled WebRTC support because it does not work properly on BSD
and more patches are needed.
- Update pkg-plist
- Bump PORTREVISION
MFH: 2017Q1
Diffstat (limited to 'www/chromium/files/patch-chrome_app_mash_mash__runner.cc')
| -rw-r--r-- | www/chromium/files/patch-chrome_app_mash_mash__runner.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-chrome_app_mash_mash__runner.cc b/www/chromium/files/patch-chrome_app_mash_mash__runner.cc new file mode 100644 index 000000000000..aeb5d9c1e1cf --- /dev/null +++ b/www/chromium/files/patch-chrome_app_mash_mash__runner.cc @@ -0,0 +1,11 @@ +--- chrome/app/mash/mash_runner.cc.orig 2017-02-02 02:02:48 UTC ++++ chrome/app/mash/mash_runner.cc +@@ -207,7 +207,7 @@ int MashMain() { + service_manager::InitializeLogging(); + + std::unique_ptr<base::MessageLoop> message_loop; +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + base::AtExitManager exit_manager; + #endif + if (!IsChild()) |
