aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2009-12-16 04:56:15 +0800
committerstas <stas@FreeBSD.org>2009-12-16 04:56:15 +0800
commitb7fb571655db34d47223fb54a669131a1c7fd1db (patch)
tree2f4c678f53be088b3415aa4bc174bf14d1f4ff2b /devel
parente423070b4d373ccfea36ca255d42d1d786e72298 (diff)
downloadfreebsd-ports-gnome-b7fb571655db34d47223fb54a669131a1c7fd1db.tar.gz
freebsd-ports-gnome-b7fb571655db34d47223fb54a669131a1c7fd1db.tar.zst
freebsd-ports-gnome-b7fb571655db34d47223fb54a669131a1c7fd1db.zip
- Mark multiple make jobs unsafe.
PR: ports/141644 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Diffstat (limited to 'devel')
-rw-r--r--devel/boehm-gc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile
index a688ddccd624..9277713a5a8c 100644
--- a/devel/boehm-gc/Makefile
+++ b/devel/boehm-gc/Makefile
@@ -19,6 +19,7 @@ GNU_CONFIGURE= yes
USE_GNOME= gnometarget gnomehack
USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-cplusplus --disable-static
+MAKE_JOBS_UNSAFE= yes
OPTIONS= REDIRECT "Define malloc(3)-family replacements" off \
FULLDEBUG "Debugging support (see documentation)" off \
THREADING "POSIX thread support" off \