summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-build_config_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-build_config_BUILD.gn')
-rw-r--r--www/chromium/files/patch-build_config_BUILD.gn15
1 files changed, 12 insertions, 3 deletions
diff --git a/www/chromium/files/patch-build_config_BUILD.gn b/www/chromium/files/patch-build_config_BUILD.gn
index 3eb8fe325882..c8ddb0eca37d 100644
--- a/www/chromium/files/patch-build_config_BUILD.gn
+++ b/www/chromium/files/patch-build_config_BUILD.gn
@@ -1,6 +1,6 @@
---- build/config/BUILD.gn.orig 2017-01-26 00:49:07 UTC
+--- build/config/BUILD.gn.orig 2017-03-09 20:04:27 UTC
+++ build/config/BUILD.gn
-@@ -224,7 +224,7 @@ config("debug") {
+@@ -196,7 +196,7 @@ config("debug") {
# builds, and we have to tell it to turn it off.
defines += [ "_HAS_ITERATOR_DEBUGGING=0" ]
}
@@ -9,7 +9,16 @@
# Enable libstdc++ debugging facilities to help catch problems early, see
# http://crbug.com/65151 .
# TODO(phajdan.jr): Should we enable this for all of POSIX?
-@@ -338,7 +338,7 @@ config("executable_config") {
+@@ -279,7 +279,7 @@ config("default_libs") {
+ "CoreText.framework",
+ "Foundation.framework",
+ ]
+- } else if (is_linux) {
++ } else if (is_linux && !is_bsd) {
+ libs = [
+ "dl",
+ "rt",
+@@ -310,7 +310,7 @@ config("executable_config") {
]
} else if (is_ios) {
configs += [ "//build/config/ios:ios_dynamic_flags" ]