Disable the parallelization during build. Although neither myself nor

the software authors can reproduce the problem, one user of FreeBSD-7.x
has reported an issue, which can only be explained by a build-time race.

Reported by:	Per olof Ljungmark
Approved by:	portmgr (mlinimon)
This commit is contained in:
Mikhail Teterin 2007-11-03 15:50:52 +00:00
parent a6c6da1d03
commit 2417428fac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202492
3 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ USE_LDCONFIG= yes
CONFIGURE_ARGS+= --with-windows-font-dir="${WINDOWS_FONT_DIR}"
.endif
ALL_TARGET= -j`${SYSCTL} -n hw.ncpu`
#ALL_TARGET= -j`${SYSCTL} -n hw.ncpu`
.if !defined(NOPORTDOCS)
INSTALL_TARGET= install install-data-html

View File

@ -53,7 +53,7 @@ USE_LDCONFIG= yes
CONFIGURE_ARGS+= --with-windows-font-dir="${WINDOWS_FONT_DIR}"
.endif
ALL_TARGET= -j`${SYSCTL} -n hw.ncpu`
#ALL_TARGET= -j`${SYSCTL} -n hw.ncpu`
.if !defined(NOPORTDOCS)
INSTALL_TARGET= install install-data-html

View File

@ -53,7 +53,7 @@ USE_LDCONFIG= yes
CONFIGURE_ARGS+= --with-windows-font-dir="${WINDOWS_FONT_DIR}"
.endif
ALL_TARGET= -j`${SYSCTL} -n hw.ncpu`
#ALL_TARGET= -j`${SYSCTL} -n hw.ncpu`
.if !defined(NOPORTDOCS)
INSTALL_TARGET= install install-data-html