From f06b55a9e1aed0cef0be0861193344d31375fd50 Mon Sep 17 00:00:00 2001 From: Release Engineers Date: Mon, 21 Sep 2009 11:28:01 +0000 Subject: #i10000# we also like to build in non mac plattforms ... --- xpdf/makefile.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xpdf') 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) -- cgit