aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_WebKit_Source_wtf_BUILD.gn
blob: 3313be6ab4826453d5b8f76cc7e51a4bb44a849f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- third_party/WebKit/Source/wtf/BUILD.gn.orig	2017-03-09 20:04:46 UTC
+++ third_party/WebKit/Source/wtf/BUILD.gn
@@ -280,6 +280,10 @@ component("wtf") {
     libs = [ "dl" ]
   }
 
+  if (is_bsd) {
+    libs = [ "execinfo" ]
+  }
+
   if (is_mac) {
     libs = [
       "CoreFoundation.framework",