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
405 B
Plaintext
12 lines
405 B
Plaintext
--- vcl/util/makefile.mk.orig.port Mon Jan 5 15:44:12 2009
|
|
+++ vcl/util/makefile.mk Thu May 7 23:14:18 2009
|
|
@@ -312,7 +312,7 @@ SHL2STDLIBS+=`pkg-config --libs xrender`
|
|
.IF "$(GUIBASE)"=="unx"
|
|
|
|
SHL2STDLIBS += -lXext -lSM -lICE -lX11
|
|
-.IF "$(OS)"!="MACOSX" && "$(OS)"!="FREEBSD"
|
|
+.IF "$(OS)"!="MACOSX" && "$(OS)"!="FREEBSD" && "$(OS)"!="OPENBSD"
|
|
# needed by salprnpsp.cxx
|
|
SHL2STDLIBS+= -ldl
|
|
.ENDIF
|