summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3/files/patch-config_office+makefile.rc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--editors/openoffice.org-3/files/patch-config_office+makefile.rc18
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/openoffice.org-3/files/patch-config_office+makefile.rc b/editors/openoffice.org-3/files/patch-config_office+makefile.rc
new file mode 100644
index 000000000000..5b41178a2c29
--- /dev/null
+++ b/editors/openoffice.org-3/files/patch-config_office+makefile.rc
@@ -0,0 +1,18 @@
+#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
+
+
+ #