summaryrefslogtreecommitdiff
path: root/graphite
diff options
context:
space:
mode:
Diffstat (limited to 'graphite')
-rw-r--r--graphite/StaticLibrary_graphite.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphite/StaticLibrary_graphite.mk b/graphite/StaticLibrary_graphite.mk
index e02272cdac6a..de3950f10b86 100644
--- a/graphite/StaticLibrary_graphite.mk
+++ b/graphite/StaticLibrary_graphite.mk
@@ -24,10 +24,12 @@ $(eval $(call gb_StaticLibrary_add_defs,graphite,\
))
ifeq ($(COM),GCC)
+ifneq ($(COM_GCC_IS_CLANG),TRUE)
$(eval $(call gb_StaticLibrary_add_cxxflags,graphite,\
-fpermissive \
))
endif
+endif
$(eval $(call gb_StaticLibrary_set_generated_cxx_suffix,graphite,cpp))