freebsd-ports/editors/openoffice.org-2.0-devel/files/patch-config_office+makefile.rc
Maho Nakata 1177b8c875 Update to 1.9m79
o Update mozilla runtime to 1.7.5
o Add entries for newly added localized langs: hi-IN, ms [1]

Submitted by: HIRANO, Kazunari <khirano@openoffice.org> [1]
2005-02-20 04:38:57 +00:00

18 lines
598 B
Text

#iZ 43129
top level makefile.mk doesn't understand parallele build
--- config_office/makefile.rc.old Thu Oct 28 17:53:25 2004
+++ config_office/makefile.rc Sat Feb 19 12:21:23 2005
@@ -188,10 +188,10 @@
zlib
build_all .SETDIR=instsetoo_native/prj:
- @+perl $(SOLARENV)$/bin$/build.pl --all $(PROFULLSWITCH)
+ @+perl $(SOLARENV)$/bin$/build.pl -P%%NUMOFPROCESSES%% --all $(PROFULLSWITCH)
depend .SETDIR=instsetoo_native/prj:
- @+perl $(SOLARENV)$/bin$/build.pl --all $(PROFULLSWITCH) depend=t
+ @+perl $(SOLARENV)$/bin$/build.pl -P%%NUMOFPROCESSES%% --all $(PROFULLSWITCH) depend=t
#