aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_test_BUILD.gn
blob: 2719ad877a295f69954a85540d1d8c415281b43a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- base/test/BUILD.gn.orig	2021-07-19 18:45:05 UTC
+++ base/test/BUILD.gn
@@ -425,7 +425,11 @@ if (is_linux || is_chromeos) {
 
   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) {