apply more workarounds to force code to compile with epel7 gcc

This commit is contained in:
Tom Callaway 2017-08-14 11:20:03 -04:00
parent efb66ad8f9
commit 26f11a9f0f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ diff -up chromium-60.0.3112.90/third_party/angle/src/vulkan_support/BUILD.gn.c99
cflags += [ "-Wno-ignored-attributes" ]
}
if (is_linux) {
+ cflags = [ "-std=c99" ]
+ cflags += [ "-std=c99" ]
defines += [
"SYSCONFDIR=\"/etc\"",
"FALLBACK_CONFIG_DIRS=\"/etc/xdg\"",