< prev index next >

make/lib/Awt2dLibraries.gmk

Print this page

        

*** 402,411 **** --- 402,416 ---- $(LIBJAVA_HEADER_FLAGS) \ # # The fast floor code loses precision. LCMS_CFLAGS=-DCMS_DONT_USE_FAST_FLOOR + # Avoid warning for GCC 6 + ifeq ($(TOOLCHAIN_TYPE), gcc) + LCMS_CFLAGS += -Wno-misleading-indentation + endif + ifeq ($(USE_EXTERNAL_LCMS), true) # If we're using an external library, we'll just need the wrapper part. # By including it explicitely, all other files will be excluded. BUILD_LIBLCMS_INCLUDE_FILES := LCMS.c else
< prev index next >