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
13 lines
494 B
Plaintext
13 lines
494 B
Plaintext
$OpenBSD: patch-hyphen_makefile_mk,v 1.2 2009/05/08 15:43:50 robert Exp $
|
|
--- hyphen/makefile.mk.orig.port Fri Apr 10 10:36:58 2009
|
|
+++ hyphen/makefile.mk Fri Apr 10 10:37:09 2009
|
|
@@ -52,7 +52,7 @@ CONFIGURE_DIR=$(BUILD_DIR)
|
|
#relative to CONFIGURE_DIR
|
|
# still needed also in system-hyphen case as it creates the makefile
|
|
CONFIGURE_ACTION=configure
|
|
-CONFIGURE_FLAGS= --disable-shared --with-pic
|
|
+CONFIGURE_FLAGS= --with-pic
|
|
|
|
.IF "$(COM)"=="C52" && "$(CPU)"=="U"
|
|
LCL_CONFIGURE_CFLAGS+=-m64
|