Index: third_party/qcms/google.patch |
diff --git a/third_party/qcms/google.patch b/third_party/qcms/google.patch |
index 1084bfc267ef6c033a06770c0e082251c7f270da..d983d2e231334885aa8a705870e88beeaa7b495d 100644 |
--- a/third_party/qcms/google.patch |
+++ b/third_party/qcms/google.patch |
@@ -788,7 +788,7 @@ index 976c498..44ce9b5 100644 |
@@ -1324,8 +1324,18 @@ qcms_transform* qcms_transform_create( |
} |
- #if defined(__GNUC__) && !defined(__x86_64__) && !defined(__amd64__) |
+ #if defined(__GNUC__) && !defined(__x86_64__) && !defined(__amd64__) && !defined(__arm__) |
+#if !defined(__has_attribute) |
+/* Assume that the compiler supports the provided attribute. */ |
+#define __has_attribute(x) 1 |