summaryrefslogtreecommitdiff
path: root/Jamrules
diff options
context:
space:
mode:
authorRalph Giles <giles@ghostscript.com>2005-04-21 08:38:49 +0200
committerRalph Giles <giles@ghostscript.com>2005-04-21 08:38:49 +0200
commit442c8df53b1ca2dae951c36ba24b5fb5df54ea58 (patch)
treec3653d8945817bde16992122267991e47b9a3504 /Jamrules
parent8ee75ff8a5f4d9c72083dc597f83e7266f134252 (diff)
downloadmupdf-442c8df53b1ca2dae951c36ba24b5fb5df54ea58.tar.xz
macos-2
Hack to make the macos version build with -sHAVE_X11
Diffstat (limited to 'Jamrules')
-rw-r--r--Jamrules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamrules b/Jamrules
index 4a9b6553..16c4b489 100644
--- a/Jamrules
+++ b/Jamrules
@@ -54,7 +54,7 @@ switch $(OS)
case MACOSX :
FLAG_LDALL += -L/usr/X11R6/lib ;
- FLAG_CCALL += -std=gnu99 -DHAVE_C99 ;
+ FLAG_CCALL += -I/usr/X11R6/include -std=gnu99 -DHAVE_C99 ;
FLAG_CCRELEASE = -DARCH_PPC -faltivec -fast ;
case MINGW :