OSDN Git Service

cherry-ignore: add clover build fix not applicable for 10.5
authorEmil Velikov <emil.l.velikov@gmail.com>
Wed, 3 Jun 2015 11:03:35 +0000 (12:03 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 3 Jun 2015 11:05:43 +0000 (12:05 +0100)
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>
bin/.cherry-ignore

index ec06241..9a828ae 100644 (file)
@@ -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.