aboutsummaryrefslogtreecommitdiff
path: root/devel/electron32/files/patch-third__party_test__fonts_fontconfig_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron32/files/patch-third__party_test__fonts_fontconfig_BUILD.gn')
-rw-r--r--devel/electron32/files/patch-third__party_test__fonts_fontconfig_BUILD.gn15
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/electron32/files/patch-third__party_test__fonts_fontconfig_BUILD.gn b/devel/electron32/files/patch-third__party_test__fonts_fontconfig_BUILD.gn
deleted file mode 100644
index 180446a881d8..000000000000
--- a/devel/electron32/files/patch-third__party_test__fonts_fontconfig_BUILD.gn
+++ /dev/null
@@ -1,15 +0,0 @@
---- third_party/test_fonts/fontconfig/BUILD.gn.orig 2022-03-01 11:59:41 UTC
-+++ third_party/test_fonts/fontconfig/BUILD.gn
-@@ -26,7 +26,11 @@ if (is_linux || is_chromeos) {
-
- copy("fonts_conf") {
- sources = [ "fonts.conf" ]
-- outputs = [ "$root_out_dir/etc/fonts/{{source_file_part}}" ]
-+ if (is_freebsd) {
-+ outputs = [ "$root_out_dir/usr/local/etc/fonts/{{source_file_part}}" ]
-+ } else {
-+ outputs = [ "$root_out_dir/etc/fonts/{{source_file_part}}" ]
-+ }
- }
-
- if (current_toolchain == host_toolchain) {