diff options
author | stas <stas@FreeBSD.org> | 2009-12-16 04:56:15 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-12-16 04:56:15 +0800 |
commit | b7fb571655db34d47223fb54a669131a1c7fd1db (patch) | |
tree | 2f4c678f53be088b3415aa4bc174bf14d1f4ff2b /devel | |
parent | e423070b4d373ccfea36ca255d42d1d786e72298 (diff) | |
download | freebsd-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/Makefile | 1 |
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 \ |