diff options
author | joerg <joerg@pkgsrc.org> | 2015-03-20 22:46:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-03-20 22:46:09 +0000 |
commit | 2d05f2ed2a8989acd96d109e83fca58077f38644 (patch) | |
tree | e22e5e7ac229072f167f7f6d1bc8c643da52753e | |
parent | 19efaad82a5042ded61819e8e726e52d5174f253 (diff) | |
download | pkgsrc-2d05f2ed2a8989acd96d109e83fca58077f38644.tar.gz |
Has race conditions at least on NetBSD.
-rw-r--r-- | devel/binutils/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index a42217c2e58..b54a8dd4ba2 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2015/02/21 00:09:50 joerg Exp $ +# $NetBSD: Makefile,v 1.68 2015/03/20 22:46:09 joerg Exp $ DISTNAME= binutils-2.24 PKGREVISION= 3 @@ -11,6 +11,9 @@ COMMENT= GNU binary utilities LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3 EXTRACT_SUFX= .tar.bz2 +# bfd.h used without depending on it +MAKE_JOBS_SAFE= no + CONFLICTS= avr-binutils<2.13.2.1nb1 USE_PKGLOCALEDIR= yes |