diff options
Diffstat (limited to 'www/chromium/files/patch-build_config_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-build_config_BUILD.gn | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/www/chromium/files/patch-build_config_BUILD.gn b/www/chromium/files/patch-build_config_BUILD.gn index 2459ef3..5cc8f2b 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-06-05 19:03:01 UTC -+++ build/config/BUILD.gn -@@ -169,7 +169,7 @@ config("debug") { +--- build/config/BUILD.gn.orig 2017-07-25 21:04:48.000000000 +0200 ++++ build/config/BUILD.gn 2017-08-02 23:31:08.597825000 +0200 +@@ -166,7 +166,7 @@ # builds, and we have to tell it to turn it off. defines += [ "_HAS_ITERATOR_DEBUGGING=0" ] } @@ -9,7 +9,7 @@ # 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? -@@ -258,7 +258,7 @@ config("default_libs") { +@@ -255,7 +255,7 @@ "CoreText.framework", "Foundation.framework", ] @@ -18,12 +18,12 @@ libs = [ "dl", "rt", -@@ -292,7 +292,7 @@ config("executable_config") { +@@ -302,7 +302,7 @@ + "//build/config/ios:ios_dynamic_flags", + "//build/config/ios:ios_executable_flags", ] - } else if (is_ios) { - configs += [ "//build/config/ios:ios_dynamic_flags" ] -- } else if (is_linux || is_android) { -+ } else if (is_linux || is_android || is_bsd) { +- } else if (is_linux || is_android || current_os == "aix") { ++ } else if (is_linux || is_bsd || is_android || current_os == "aix") { configs += [ "//build/config/gcc:executable_ldconfig" ] if (is_android) { configs += [ "//build/config/android:executable_config" ] |