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
26 lines
690 B
Plaintext
26 lines
690 B
Plaintext
$OpenBSD: patch-odk_util_makefile_pmk,v 1.3 2009/05/08 15:43:50 robert Exp $
|
|
--- odk/util/makefile.pmk.orig.port Mon Feb 2 18:48:42 2009
|
|
+++ odk/util/makefile.pmk Thu May 7 23:14:17 2009
|
|
@@ -74,7 +74,7 @@ CONVERTTAGFLAG = $(MISC)$/$(CONVERTTAGFLAGNAME)
|
|
|
|
MY_AUTODOC=$(WRAPCMD) $(SOLARBINDIR)$/autodoc
|
|
|
|
-.IF "$(OS)"=="FREEBSD" || "$(OS)"=="NETBSD"
|
|
+.IF "$(OS)"=="FREEBSD" || "$(OS)"=="NETBSD" || "$(OS)"=="OPENBSD"
|
|
MY_COPY=$(GNUCOPY)
|
|
MY_COPY_RECURSIVE=$(GNUCOPY) -r
|
|
.ELSE
|
|
@@ -161,6 +161,12 @@ DESTPLATFROM=netbsd
|
|
# FREEBSD
|
|
###########
|
|
DESTPLATFROM=freebsd
|
|
+
|
|
+.ELIF "$(OS)"=="OPENBSD"
|
|
+###########
|
|
+# OPENBSD
|
|
+###########
|
|
+DESTPLATFROM=openbsd
|
|
|
|
.ELIF "$(OS)"=="IRIX"
|
|
###########
|