summaryrefslogtreecommitdiff
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
commit0b81a0ce709a933de3f1f66cddce86a389686eb8 (patch)
tree44c43f9b10b160b5c09781d4b0c9e779bb95b540
parentcd1e1297ecc0406f470e4ae68f09331e3becbda0 (diff)
#i10000# we also like to build in non mac plattforms ...
-rw-r--r--xpdf/makefile.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/xpdf/makefile.mk b/xpdf/makefile.mk
index c65fa69..ec1c6ed 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)