summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2005-08-08 16:31:38 +0200
committerTor Andersson <tor@ghostscript.com>2005-08-08 16:31:38 +0200
commitc4ca9cdf2f4517f1a192938c92cf995a247677d3 (patch)
tree1854ac78519fd45448b2d3e7d621ec8a4a5d3094
parent4b5010ea783b0424ef44bb5e171308c872c8935a (diff)
downloadmupdf-c4ca9cdf2f4517f1a192938c92cf995a247677d3.tar.xz
macosx compilation flags
-rw-r--r--Jamrules7
1 files changed, 4 insertions, 3 deletions
diff --git a/Jamrules b/Jamrules
index 0dc283e5..1b344bfa 100644
--- a/Jamrules
+++ b/Jamrules
@@ -26,7 +26,8 @@ HAVE_JASPER ?= no ;
# Basic system should be mostly SUSv3 compliant
# These are good for GCC
-FLAG_CCALL = -Wall -D_XOPEN_SOURCE=600 $(FREETYPECC) ;
+# FLAG_CCALL = -Wall -D_XOPEN_SOURCE=600 $(FREETYPECC) ;
+FLAG_CCALL = -Wall $(FREETYPECC) ;
FLAG_CCDEBUG = -g ;
FLAG_CCRELEASE = -O3 ;
FLAG_CCPROFILE = -g -pg ;
@@ -55,8 +56,8 @@ switch $(OS)
}
case MACOSX :
- FLAG_LDALL += -L/usr/X11R6/lib ;
- FLAG_CCALL += -I/usr/X11R6/include -std=gnu99 -DHAVE_C99 ;
+ FLAG_LDALL += -L/opt/local/lib -L/usr/X11R6/lib ;
+ FLAG_CCALL += -I/usr/X11R6/include -std=gnu99 -DHAVE_C99 -Wno-pointer-sign ;
FLAG_CCRELEASE = -DARCH_PPC -faltivec -fast ;
case MINGW :