summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_harfbuzz-ng_BUILD.gn
blob: 717835d33d655e269234826445c7dc2862b3edf8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- third_party/harfbuzz-ng/BUILD.gn.orig	2017-04-19 19:06:52 UTC
+++ third_party/harfbuzz-ng/BUILD.gn
@@ -50,7 +50,7 @@ if (use_system_harfbuzz) {
 
   # See also chrome/browser/ui/libgtkui/BUILD.gn which pulls this.
   config("pangoft2_link_hack") {
-    if (is_linux && use_pango && !is_chromeos && !is_official_build &&
+    if ((is_linux || is_bsd) && use_pango && !is_chromeos && !is_official_build &&
         current_cpu != "arm" && current_cpu != "mipsel" && !is_component_build) {
       # These symbols are referenced from libpangoft2, which will be
       # dynamically linked later.
@@ -200,7 +200,7 @@ if (use_system_harfbuzz) {
     # in the tree, all symbols pango needs must be included, or
     # pango uses mixed versions of harfbuzz and leads to crash.
     # See crbug.com/462689.
-    if (is_linux && use_pango && !is_chromeos && !is_official_build &&
+    if ((is_linux || is_bsd) && use_pango && !is_chromeos && !is_official_build &&
         current_cpu != "arm" && current_cpu != "mipsel") {
       deps += [ "//build/linux:freetype2" ]
       configs -= [ "//build/config/gcc:symbol_visibility_hidden" ]