diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-13 03:32:38 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-13 03:32:38 +0000 |
commit | 23b2821416245fe13a4e0317e4b992d0b73e6d03 (patch) | |
tree | f4137220299e3c79fbc546acb4959f848366e051 /devel/binutils | |
parent | 5e072ee05366b192d6aa453d171b76d798d8df81 (diff) | |
download | pkgsrc-23b2821416245fe13a4e0317e4b992d0b73e6d03.tar.gz |
devel/binutils: suppress USE_TOOLS+=perl warning
Diffstat (limited to 'devel/binutils')
-rw-r--r-- | devel/binutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 96a4dbca276..83c580aa54a 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2020/05/05 10:06:10 jperkin Exp $ +# $NetBSD: Makefile,v 1.83 2020/05/13 03:32:38 rillig Exp $ DISTNAME= binutils-2.34 PKGREVISION= 2 @@ -28,6 +28,7 @@ USE_TOOLS+= ksh CONFIG_SHELL= ksh .endif +TOOLS_BROKEN+= perl GNU_CONFIGURE= yes GNU_CONFIGURE_STRICT= no # Standard lib dirs on RHEL are named *lib64 |