From 74a8100804c8f18e1e2a71435b1e191df49e81fd Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 17 Nov 2017 14:44:51 +0100 Subject: Fix build if lcms2 is not present. We NEED lcms2art (the artifex branch) and cannot build with stock lcms2. Disable ICC support if the lcms2 thirdparty library is not present. --- Makethird | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makethird') diff --git a/Makethird b/Makethird index 38d6d7cf..53ad3ba7 100644 --- a/Makethird +++ b/Makethird @@ -575,8 +575,7 @@ $(LCMS2_OUT)/%.o: $(LCMS2_DIR)/src/%.c | $(LCMS2_OUT) LCMS2_CFLAGS := -I$(LCMS2_DIR)/include else -LCMS2_CFLAGS := $(SYS_LCMS2_CFLAGS) -LCMS2_LIBS := $(SYS_LCMS2_LIBS) +LCMS2_CFLAGS := -DNO_ICC endif # --- cURL --- -- cgit v1.2.3