pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/h8300-elf-gcc



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed May 13 05:03:08 UTC 2020

Modified Files:
        pkgsrc/cross/h8300-elf-gcc: Makefile

Log Message:
cross/h8300-elf-gcc: suppress USE_TOOLS+=perl warning


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/cross/h8300-elf-gcc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cross/h8300-elf-gcc/Makefile
diff -u pkgsrc/cross/h8300-elf-gcc/Makefile:1.9 pkgsrc/cross/h8300-elf-gcc/Makefile:1.10
--- pkgsrc/cross/h8300-elf-gcc/Makefile:1.9     Sat May  9 17:52:27 2020
+++ pkgsrc/cross/h8300-elf-gcc/Makefile Wed May 13 05:03:08 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/05/09 17:52:27 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2020/05/13 05:03:08 rillig Exp $
 
 DISTNAME=              gcc-6.2.0
 PKGNAME=               cross-h8300-elf-${DISTNAME}
@@ -33,6 +33,7 @@ CONFIGURE_DIRS=               ${OBJDIR}
 CONFIGURE_SCRIPT=      ${WRKSRC}/configure
 
 USE_TOOLS+=            gmake makeinfo
+TOOLS_BROKEN+=         perl
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_STRICT=  no # has sub-configures
 CHECK_PORTABILITY_SKIP+= contrib/* # not needed for building



Home | Main Index | Thread Index | Old Index