aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_test_BUILD.gn
blob: c2b8e3134a485dc3b215723937903b3b17fa5cb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- base/test/BUILD.gn.orig	2020-07-13 15:42:25 UTC
+++ base/test/BUILD.gn
@@ -408,7 +408,11 @@ if (is_linux) {
 
   copy("fonts_conf") {
     sources = [ "fonts.conf" ]
-    outputs = [ "${root_build_dir}/etc/fonts/{{source_file_part}}" ]
+    if (is_bsd) {
+      outputs = [ "${root_build_dir}/usr/local/etc/fonts/{{source_file_part}}" ]
+    } else {
+      outputs = [ "${root_build_dir}/etc/fonts/{{source_file_part}}" ]
+    }
   }
 
   if (current_toolchain == host_toolchain) {