Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/h8300-elf-gcc cross/h8300-elf-gcc: fix typo from...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab1ba4f198dd
branches:  trunk
changeset: 431137:ab1ba4f198dd
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 09 17:52:27 2020 +0000

description:
cross/h8300-elf-gcc: fix typo from previous commit

diffstat:

 cross/h8300-elf-gcc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4000ce170621 -r ab1ba4f198dd cross/h8300-elf-gcc/Makefile
--- a/cross/h8300-elf-gcc/Makefile      Sat May 09 17:51:32 2020 +0000
+++ b/cross/h8300-elf-gcc/Makefile      Sat May 09 17:52:27 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/05/09 17:49:37 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2020/05/09 17:52:27 rillig Exp $
 
 DISTNAME=              gcc-6.2.0
 PKGNAME=               cross-h8300-elf-${DISTNAME}
@@ -35,7 +35,7 @@
 USE_TOOLS+=            gmake makeinfo
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_STRICT=  no # has sub-configures
-CHECK_PORTABILITY_CHECK+= contrib/* # not needed for building
+CHECK_PORTABILITY_SKIP+= contrib/* # not needed for building
 
 GNU_CONFIGURE_PREFIX=  ${H8300_PREFIX}
 



Home | Main Index | Thread Index | Old Index