summaryrefslogtreecommitdiff
path: root/waterfox/waterfox-disable-diagnostics-color.patch
diff options
context:
space:
mode:
Diffstat (limited to 'waterfox/waterfox-disable-diagnostics-color.patch')
-rw-r--r--waterfox/waterfox-disable-diagnostics-color.patch2
1 files changed, 1 insertions, 1 deletions
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. "<x>=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'
bgstack15