pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/gcc6
Module Name: pkgsrc
Committed By: rillig
Date: Sun Mar 22 10:55:41 UTC 2020
Modified Files:
pkgsrc/lang/gcc6: Makefile
Log Message:
lang/gcc6: fix typo in portability check
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/lang/gcc6/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/gcc6/Makefile
diff -u pkgsrc/lang/gcc6/Makefile:1.23 pkgsrc/lang/gcc6/Makefile:1.24
--- pkgsrc/lang/gcc6/Makefile:1.23 Wed Mar 18 19:49:34 2020
+++ pkgsrc/lang/gcc6/Makefile Sun Mar 22 10:55:41 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2020/03/18 19:49:34 rillig Exp $
+# $NetBSD: Makefile,v 1.24 2020/03/22 10:55:41 rillig Exp $
GCC_PKGNAME= gcc6
.include "version.mk"
@@ -49,7 +49,7 @@ SUBST_FILES.vars= gcc/Makefile.in
SUBST_VARS.vars= GCC_TARGET_MACHINE
# 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