summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-sdch_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-sdch_BUILD.gn')
-rw-r--r--www/chromium/files/patch-sdch_BUILD.gn12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium/files/patch-sdch_BUILD.gn b/www/chromium/files/patch-sdch_BUILD.gn
index 330821b5431f..59dce95fe660 100644
--- a/www/chromium/files/patch-sdch_BUILD.gn
+++ b/www/chromium/files/patch-sdch_BUILD.gn
@@ -1,6 +1,6 @@
---- sdch/BUILD.gn.orig 2017-04-19 19:06:37 UTC
-+++ sdch/BUILD.gn
-@@ -11,7 +11,7 @@ config("sdch_config") {
+--- sdch/BUILD.gn.orig 2017-09-05 21:05:23.000000000 +0200
++++ sdch/BUILD.gn 2017-09-06 21:01:49.902976000 +0200
+@@ -11,7 +11,7 @@
# from a config and can't be on the target directly.
config("sdch_warnings") {
cflags = []
@@ -9,12 +9,12 @@
# TODO(mostynb): remove this if open-vcdiff is ever updated for c++11:
cflags += [ "-Wno-deprecated-declarations" ]
}
-@@ -59,7 +59,7 @@ static_library("sdch") {
+@@ -59,7 +59,7 @@
"//third_party/zlib",
]
-- if (is_linux || is_android) {
-+ if (is_linux || is_bsd || is_android) {
+- if (is_linux || is_android || is_fuchsia) {
++ if (is_linux || is_bsd || is_android || is_fuchsia) {
include_dirs = [ "linux" ]
} else if (is_ios) {
include_dirs = [ "ios" ]