diff options
author | mi <mi@FreeBSD.org> | 2007-11-03 23:50:52 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2007-11-03 23:50:52 +0800 |
commit | 71f9fbe3e68abc0e3aaef7bbbaeaae14dcd90346 (patch) | |
tree | 2937f3b526ab0d8f39a877cdfc102fa682a4df90 /graphics/GraphicsMagick | |
parent | 478f308d78c80dba751a71da97a2d2951fa5900f (diff) | |
download | freebsd-ports-gnome-71f9fbe3e68abc0e3aaef7bbbaeaae14dcd90346.tar.gz freebsd-ports-gnome-71f9fbe3e68abc0e3aaef7bbbaeaae14dcd90346.tar.zst freebsd-ports-gnome-71f9fbe3e68abc0e3aaef7bbbaeaae14dcd90346.zip |
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)
Diffstat (limited to 'graphics/GraphicsMagick')
-rw-r--r-- | graphics/GraphicsMagick/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index ac88ab48cbb7..f1fce86d4185 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -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 |