summaryrefslogtreecommitdiff
path: root/Makethird
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-06-04 18:46:33 +0200
committerTor Andersson <tor@ghostscript.com>2010-06-04 18:46:33 +0200
commitc3eaec2629cef2743e8057e5bb6312899ae39fef (patch)
treed13c713a9fc2b26f4b777bc291d0fb70d68ff637 /Makethird
parent978269ea35378c35d5872a38450306472df0e5ee (diff)
downloadmupdf-c3eaec2629cef2743e8057e5bb6312899ae39fef.tar.xz
Add missing -lfreetype for non-thirdparty-package builds on MacOS X.
Diffstat (limited to 'Makethird')
-rw-r--r--Makethird2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makethird b/Makethird
index 70e8ea1c..8eb5b885 100644
--- a/Makethird
+++ b/Makethird
@@ -111,7 +111,7 @@ FREETYPE_LIB=$(OBJDIR)/libfreetype.a
$(FREETYPE_LIB): $(FREETYPE_OBJ)
$(AR_CMD)
-FTCC_CMD = $(CC_CMD) -DFT2_BUILD_LIBRARY
+FTCC_CMD = $(CC_CMD) -DFT2_BUILD_LIBRARY -DDARWIN_NO_CARBON
$(OBJDIR)/ft_autofit.o: $(freetype_dir)/src/autofit/autofit.c
$(FTCC_CMD)