summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2008-04-25 21:57:07 +0200
committerTor Andersson <tor@ghostscript.com>2008-04-25 21:57:07 +0200
commit3869cea2a783aeba69ad05e10ba5c99fb6337aa8 (patch)
treea4a1a5e7949f2eb8499c44a732fbeb7ecc11f13d
parenta7a907ad59db15691f93755b1f077b4406c91cfc (diff)
downloadmupdf-3869cea2a783aeba69ad05e10ba5c99fb6337aa8.tar.xz
Don't assume PPC on Mac OS X.
-rw-r--r--Jamrules3
1 files changed, 2 insertions, 1 deletions
diff --git a/Jamrules b/Jamrules
index e0619ba3..a6c87534 100644
--- a/Jamrules
+++ b/Jamrules
@@ -57,7 +57,8 @@ 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_CCRELEASE = -DARCH_PPC -faltivec -fast ;
+ # FLAG_CCRELEASE = -DARCH_PPC -faltivec -fast ; # not true on intel macs
+ FLAG_CCRELEASE = -fast ;
case MINGW :
NEED_GETOPT = yes ;