From c56baf53a6529a19dce466b3dae8ee03a98e9e5f Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 30 Sep 2021 08:13:05 -0400 Subject: wf 2021.09 rc1 --- waterfox/waterfox-disable-diagnostics-color.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'waterfox/waterfox-disable-diagnostics-color.patch') diff --git a/waterfox/waterfox-disable-diagnostics-color.patch b/waterfox/waterfox-disable-diagnostics-color.patch index 84e8c92..fcace18 100644 --- a/waterfox/waterfox-disable-diagnostics-color.patch +++ b/waterfox/waterfox-disable-diagnostics-color.patch @@ -16,7 +16,7 @@ index a31acb7..10868e0 100755 # value changes to e.g. "=always", exact string match may fail and # multiple color flags could be added. So examine downstream consumers # before adding flags to return values. -- if info.type == 'gcc' and info.version >= '4.9.0': +- if info.type == 'gcc': - return '-fdiagnostics-color' - elif info.type == 'clang': - return '-fcolor-diagnostics' -- cgit