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.org-3-RC | |
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.org-3-RC')
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index 53cd182c14c4..bf4362e2e48f 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -102,7 +102,7 @@ TCSH?= /bin/tcsh ZIP?= ${PREFIX}/bin/zip UNZIP?= ${PREFIX}/bin/unzip PKGMESSAGE= ${WRKDIR}/pkg-message -NUMOFPROCESSES?= 4 +NUMOFPROCESSES?= 1 CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --with-gnu-patch=${LOCALBASE}/bin/gpatch --with-package-format=portable |