From 26f11a9f0f82327066da16a2d3a6f15dc7fdaef9 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 14 Aug 2017 11:20:03 -0400 Subject: [PATCH] apply more workarounds to force code to compile with epel7 gcc --- chromium-60.0.3112.90-vulkan-force-c99.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromium-60.0.3112.90-vulkan-force-c99.patch b/chromium-60.0.3112.90-vulkan-force-c99.patch index a4159621..881aa91a 100644 --- a/chromium-60.0.3112.90-vulkan-force-c99.patch +++ b/chromium-60.0.3112.90-vulkan-force-c99.patch @@ -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\"",