diff options
author | tron <tron@pkgsrc.org> | 2011-05-30 10:21:43 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2011-05-30 10:21:43 +0000 |
commit | 6cf07943c6b8f2bcfb9cdc20d970998fd225cf83 (patch) | |
tree | bf07fc3fb241a7f1e48db9d0b97ba5d75dfb0542 /net/net-snmp/Makefile | |
parent | f65732f8aefd8eeb66d30ad8b88b23fc215f670b (diff) | |
download | pkgsrc-6cf07943c6b8f2bcfb9cdc20d970998fd225cf83.tar.gz |
Mark this package as not job safe to fix the build under NetBSD/amd64
as suggested by Adam CiarciĆski in private e-mail.
Diffstat (limited to 'net/net-snmp/Makefile')
-rw-r--r-- | net/net-snmp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index 19825466251..7747be66eb1 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2011/05/27 10:55:24 adam Exp $ +# $NetBSD: Makefile,v 1.86 2011/05/30 10:21:43 tron Exp $ DISTNAME= net-snmp-5.6.1.1 CATEGORIES= net @@ -18,6 +18,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes MAKE_ENV+= OPSYS=${OPSYS} +MAKE_JOBS_SAFE= no .include "../../mk/bsd.prefs.mk" |