[Libreoffice-commits] core.git: graphite/StaticLibrary_graphite.mk

Tor Lillqvist tml at iki.fi
Wed Apr 17 00:24:44 PDT 2013


 graphite/StaticLibrary_graphite.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 37ec420f8f93e5af6a05a48d619bee06b64dfa69
Author: Tor Lillqvist <tml at iki.fi>
Date:   Wed Apr 17 10:24:03 2013 +0300

    Clang does not have -fpermissive
    
    Change-Id: I24ae2f661a379d00ada9d1f288a702559719696c

diff --git a/graphite/StaticLibrary_graphite.mk b/graphite/StaticLibrary_graphite.mk
index e02272c..de3950f 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))
 


More information about the Libreoffice-commits mailing list