summaryrefslogtreecommitdiff
path: root/xpdf
diff options
context:
space:
mode:
authorRelease Engineers <releng@openoffice.org>2009-09-21 11:28:01 +0000
committerRelease Engineers <releng@openoffice.org>2009-09-21 11:28:01 +0000
commitf06b55a9e1aed0cef0be0861193344d31375fd50 (patch)
tree066b634fc4637852b8791b97ab6a380b9e12aeba /xpdf
parent108632dc97a720639df495de3b5d966ee286be95 (diff)
#i10000# we also like to build in non mac plattforms ...
Diffstat (limited to 'xpdf')
-rw-r--r--xpdf/makefile.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/xpdf/makefile.mk b/xpdf/makefile.mk
index c65fa6938533..ec1c6ed7b9be 100644
--- a/xpdf/makefile.mk
+++ b/xpdf/makefile.mk
@@ -87,6 +87,8 @@ CONFIGURE_FLAGS+=--without-x --without-libpaper-library --without-t1-library --e
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)