summaryrefslogtreecommitdiff
path: root/xpdf
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2009-09-23 11:33:25 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2009-09-23 11:33:25 +0000
commitdc16cca7ce3d6c29b343090b8b5214d22c479c54 (patch)
treea6e1404e3e8743f185136999245a869bf919731b /xpdf
parentf06b55a9e1aed0cef0be0861193344d31375fd50 (diff)
#i10000# #i105297# use common configure action
Diffstat (limited to 'xpdf')
-rw-r--r--xpdf/makefile.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/xpdf/makefile.mk b/xpdf/makefile.mk
index ec1c6ed7b9be..337c0a28c162 100644
--- a/xpdf/makefile.mk
+++ b/xpdf/makefile.mk
@@ -80,16 +80,13 @@ LDFLAGS:=$(ARCH_FLAGS)
.EXPORT : CFLAGS CXXFLAGS LDFLAGS
.ENDIF
-.IF "$(OS)"=="MACOSX"
CONFIGURE_ACTION=configure
CONFIGURE_FLAGS+=--without-x --without-libpaper-library --without-t1-library --enable-multithreaded --enable-exceptions
-.IF "$(CPU)"=="P"
+
+.IF "$(OS)$(CPU)"=="MACOSXP"
CXXFLAGS+=-malign-natural
.EXPORT: CXXFLAGS
.ENDIF
-.ELSE
-CONFIGURE_ACTION=./configure --without-libpaper-library --without-t1-library --without-x --enable-multithreaded --enable-exceptions
-.ENDIF
BUILD_ACTION=$(GNUMAKE) -j$(EXTMAXPROCESS)
.ELSE