diff options
author | Tor Andersson <tor@ghostscript.com> | 2008-09-05 18:14:29 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2008-09-05 18:14:29 +0200 |
commit | f2bb37234fa3c44d8f194266bf0ea616379ca92c (patch) | |
tree | 415a3866ecc991ec6fcaa57d655f5adcf75a02bd /Jamrules | |
parent | 9dad779842d5db23eb07e7cefd2f5063d01fd03b (diff) | |
download | mupdf-f2bb37234fa3c44d8f194266bf0ea616379ca92c.tar.xz |
Fix MACOSX include flags in Jamrules.
Diffstat (limited to 'Jamrules')
-rw-r--r-- | Jamrules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) ; |