diff options
author | hauke <hauke@pkgsrc.org> | 2014-01-08 12:11:39 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2014-01-08 12:11:39 +0000 |
commit | 54f64a1c3e32ed56971237329b510a0ed27c9024 (patch) | |
tree | a828c8d959aa240a2f863f0f67645246f3a8c9f7 | |
parent | 8e899e73022d4321cf699b55a770df3d63e81466 (diff) | |
download | pkgsrc-54f64a1c3e32ed56971237329b510a0ed27c9024.tar.gz |
The package's build system does not ensure libsnet is built before
linking to it, so mark unsafe for parallel makes.
-rw-r--r-- | sysutils/radmind/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/radmind/Makefile b/sysutils/radmind/Makefile index 2c0f13f54e4..17cfff04a06 100644 --- a/sysutils/radmind/Makefile +++ b/sysutils/radmind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2014/01/08 11:54:04 hauke Exp $ +# $NetBSD: Makefile,v 1.34 2014/01/08 12:11:39 hauke Exp $ # DISTNAME= radmind-1.14.1 @@ -19,6 +19,8 @@ CONFIGURE_ENV+= diffpath=${TOOLS_DIFF:Q} # provide, so we need to side-step {echopath}. CONFIGURE_ENV+= ac_cv_path_echopath=${TOOLS_ECHO:Q} +MAKE_JOBS_SAFE= no + BUILD_TARGET= all man rash RADMINDDIR= ${VARBASE}/radmind BUILD_DEFS+= VARBASE |