diff options
author | joerg <joerg@pkgsrc.org> | 2013-11-29 12:57:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-11-29 12:57:28 +0000 |
commit | f390ad58730444c353bd0dfe3586a29345ddb98f (patch) | |
tree | ef7d45bfb6f14b6a6877ef6982896a318ab638d2 | |
parent | b9d38410e823459fb0624598b6d7d763c846800d (diff) | |
download | pkgsrc-f390ad58730444c353bd0dfe3586a29345ddb98f.tar.gz |
Racy build.
-rw-r--r-- | emulators/simulavr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/simulavr/Makefile b/emulators/simulavr/Makefile index fa4f8153a7b..6f2908355c0 100644 --- a/emulators/simulavr/Makefile +++ b/emulators/simulavr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2013/09/12 06:20:35 mef Exp $ +# $NetBSD: Makefile,v 1.20 2013/11/29 12:57:28 joerg Exp $ # DISTNAME= simulavr-1.0.0 CATEGORIES= emulators @@ -19,6 +19,8 @@ CONFIGURE_ARGS+= --with-bfd=${PREFIX}/avr #CONFIGURE_ENV+= az_python_use=true #MAKE_ENV+= az_python_use=true +MAKE_JOBS_SAFE= no + USE_TOOLS+= makeinfo gmake USE_LIBTOOL= yes USE_LANGUAGES+= c c++ |