diff options
author | maho <maho@FreeBSD.org> | 2005-05-13 08:17:22 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-05-13 08:17:22 +0800 |
commit | 85a41b3db140030884fc0ac8aa5734ded0ffaf64 (patch) | |
tree | 76ef38abf9c9c38fb9370a6a1ce828332c499abd /editors/openoffice-1.1 | |
parent | 295e08e64c23b33b6d74f2b40a929c61db3f411e (diff) | |
download | freebsd-ports-gnome-85a41b3db140030884fc0ac8aa5734ded0ffaf64.tar.gz freebsd-ports-gnome-85a41b3db140030884fc0ac8aa5734ded0ffaf64.tar.zst freebsd-ports-gnome-85a41b3db140030884fc0ac8aa5734ded0ffaf64.zip |
Do not fork process more than 1.
Sometimes builds become unstable.
Submitted by: kris
Diffstat (limited to 'editors/openoffice-1.1')
-rw-r--r-- | editors/openoffice-1.1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index 6a9a4572a099..06028d30bcca 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/Makefile @@ -137,7 +137,7 @@ TCSH?= /bin/tcsh ZIP?= ${PREFIX}/bin/zip UNZIP?= ${PREFIX}/bin/unzip PKGMESSAGE= ${WRKDIR}/pkg-message -NUMOFPROCESSES?= 4 +NUMOFPROCESSES?= 1 .if !defined(DISPLAY) DISPLAYHACK=localhost:1001 |