pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/gcc7 lang/gcc7: fix typo in portability check
details: https://anonhg.NetBSD.org/pkgsrc/rev/abf1f8d82d04
branches: trunk
changeset: 413771:abf1f8d82d04
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Mar 22 10:56:25 2020 +0000
description:
lang/gcc7: fix typo in portability check
diffstat:
lang/gcc7/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 85dd275a755e -r abf1f8d82d04 lang/gcc7/Makefile
--- a/lang/gcc7/Makefile Sun Mar 22 10:55:41 2020 +0000
+++ b/lang/gcc7/Makefile Sun Mar 22 10:56:25 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2020/03/18 19:50:52 rillig Exp $
+# $NetBSD: Makefile,v 1.30 2020/03/22 10:56:25 rillig Exp $
GCC_PKGNAME= gcc7
.include "version.mk"
@@ -48,7 +48,7 @@
SUBST_VARS.vars= MACHINE_GNU_PLATFORM
# These programs use [[ ... ]] and are not needed for the build.
-CHECK_PORTABILITY_CHECK+= \
+CHECK_PORTABILITY_SKIP+= \
contrib/prepare_patch.sh \
contrib/patch_tester.sh
Home |
Main Index |
Thread Index |
Old Index