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:
parent
a6c6da1d03
commit
2417428fac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202492
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user