Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross/arm-none-eabi-gdb cross/arm-none-eabi-gdb: suppr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33c7c0580a5a
branches:  trunk
changeset: 432989:33c7c0580a5a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu May 28 15:31:43 2020 +0000

description:
cross/arm-none-eabi-gdb: suppress USE_TOOLS+=perl warning

diffstat:

 cross/arm-none-eabi-gdb/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b1a8a464c0af -r 33c7c0580a5a cross/arm-none-eabi-gdb/Makefile
--- a/cross/arm-none-eabi-gdb/Makefile  Thu May 28 15:28:34 2020 +0000
+++ b/cross/arm-none-eabi-gdb/Makefile  Thu May 28 15:31:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/05/09 17:46:48 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2020/05/28 15:31:43 rillig Exp $
 
 DISTNAME=      gdb-7.10
 PKGNAME=       cross-arm-none-eabi-${DISTNAME}
@@ -14,6 +14,7 @@
 ARMELF_PREFIX= ${PREFIX}/cross-arm-none-eabi
 
 USE_TOOLS+=    gmake makeinfo
+TOOLS_BROKEN+= perl # used in do-install for texi2pod
 GNU_CONFIGURE= yes
 
 OBJDIR=                        ../build



Home | Main Index | Thread Index | Old Index