summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-06-03 12:03:35 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-06-03 12:05:43 +0100
commit8c56fc92750a4a6c390354c0b1428cdc9edac5b5 (patch)
tree91ac09f5bc0453353abf2a6eb1945474206581a8
parent6338bd6f7000e9fc60161b27f4f66be857d22351 (diff)
cherry-ignore: add clover build fix not applicable for 10.5
The 10.5 codebase uses a compat/wrapper implementation for the string class. As such it already explicitly includes the string header. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
-rw-r--r--bin/.cherry-ignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/.cherry-ignore b/bin/.cherry-ignore
index ec06241e264..9a828aea928 100644
--- a/bin/.cherry-ignore
+++ b/bin/.cherry-ignore
@@ -24,3 +24,6 @@ fe5fddd7e2df74233a2a02ae021418485f39d11c
# The optimisations mentioned are not available in 10.5
627c68308683abbd6e563a09af6013a33938a790 i965/fs: in MAD optimizations, switch last argument to be immediate
+
+# 10.5 has the compat string implementation, which includes the <string>
+967825d053f71c5f5fc3ba31eabc0c6004fde4f1 clover: Build fix for FreeBSD.