summaryrefslogtreecommitdiff
path: root/Jamrules
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2008-09-05 18:14:29 +0200
committerTor Andersson <tor@ghostscript.com>2008-09-05 18:14:29 +0200
commitf2bb37234fa3c44d8f194266bf0ea616379ca92c (patch)
tree415a3866ecc991ec6fcaa57d655f5adcf75a02bd /Jamrules
parent9dad779842d5db23eb07e7cefd2f5063d01fd03b (diff)
downloadmupdf-f2bb37234fa3c44d8f194266bf0ea616379ca92c.tar.xz
Fix MACOSX include flags in Jamrules.
Diffstat (limited to 'Jamrules')
-rw-r--r--Jamrules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamrules b/Jamrules
index cee72db7..edf37d60 100644
--- a/Jamrules
+++ b/Jamrules
@@ -66,7 +66,7 @@ if $(OS) = MACOSX
BUILD_X11APP = true ;
- THIRDPARTYINC ?= -I/opt/local/include -I/usr/X11R6/include ;
+ THIRDPARTYINC ?= -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11R6/include ;
THIRDPARTYLIB ?= -L/opt/local/lib -L/usr/X11R6/lib ;
CCFLAGS = -Wall -std=c99 $(THIRDPARTYINC) ;