pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc7



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar 22 10:56:25 UTC 2020

Modified Files:
        pkgsrc/lang/gcc7: Makefile

Log Message:
lang/gcc7: fix typo in portability check


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/lang/gcc7/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/gcc7/Makefile
diff -u pkgsrc/lang/gcc7/Makefile:1.29 pkgsrc/lang/gcc7/Makefile:1.30
--- pkgsrc/lang/gcc7/Makefile:1.29      Wed Mar 18 19:50:52 2020
+++ pkgsrc/lang/gcc7/Makefile   Sun Mar 22 10:56:25 2020
@@ -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_FILES.vars=     gcc/Makefile.in
 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