diff options
-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 \ |