summaryrefslogtreecommitdiff
path: root/Jamrules
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@hotmail.com>2008-05-21 21:58:10 +0200
committerSebastian Rasmussen <sebras@hotmail.com>2008-05-21 21:58:10 +0200
commitab671d26544c31a14479a2eecc4b39088cd432dd (patch)
treeaffc9ef459eb520f1afcc0e88a471a98e5a0fc5e /Jamrules
parentf209c2e73308fb166a694c2685cf687d8ff9b7a6 (diff)
downloadmupdf-ab671d26544c31a14479a2eecc4b39088cd432dd.tar.xz
Use macports include directory when compiling.
Diffstat (limited to 'Jamrules')
-rw-r--r--Jamrules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamrules b/Jamrules
index a6c87534..6544878a 100644
--- a/Jamrules
+++ b/Jamrules
@@ -56,7 +56,7 @@ switch $(OS)
case MACOSX :
FLAG_LDALL += -L/opt/local/lib -L/usr/X11R6/lib ;
- FLAG_CCALL += -I/usr/X11R6/include -std=gnu99 -DHAVE_C99 -Wno-pointer-sign ;
+ FLAG_CCALL += -I/opt/local/include -I/usr/X11R6/include -std=gnu99 -DHAVE_C99 -Wno-pointer-sign ;
# FLAG_CCRELEASE = -DARCH_PPC -faltivec -fast ; # not true on intel macs
FLAG_CCRELEASE = -fast ;