2e1e7acb0e
- introduce a no_java flavor because now we can build OOo w/o having jdk and other java dependencies installed - introduce a parallel flavor that allows people to build OOo with parallel processes. to achieve this we use a so called "non-blocking" cat, so another distfile has been added in order two provide to pre-built static binaries with the needed modifications (for amd64 and i386) By default we run a parallel build with NCPU+1 processes. - remove unneccessary patch files - fix some dependencies
12 lines
648 B
Plaintext
12 lines
648 B
Plaintext
--- xpdf/makefile.mk.orig.port Thu Apr 23 14:31:38 2009
|
|
+++ xpdf/makefile.mk Wed Apr 29 00:38:06 2009
|
|
@@ -81,7 +81,7 @@ CONFIGURE_ACTION=./configure --without-x --enable-mult
|
|
.ELSE
|
|
#CONFIGURE_ACTION=./configure
|
|
#CONFIGURE_ACTION=./configure --without-x --enable-multithreaded --enable-exceptions CFLAGS="-g -O0" CXXFLAGS="-g -O0"
|
|
-CONFIGURE_ACTION=./configure --without-libpaper-library --without-x --enable-multithreaded --enable-exceptions
|
|
+CONFIGURE_ACTION=./configure --without-libpaper-library --without-x --enable-multithreaded --enable-exceptions CFLAGS="-pthread" LDFLAGS="-pthread"
|
|
.ENDIF
|
|
|
|
BUILD_ACTION=$(GNUMAKE) -j$(EXTMAXPROCESS)
|