pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/gcc9
Module Name: pkgsrc
Committed By: rillig
Date: Sat May 9 18:03:59 UTC 2020
Modified Files:
pkgsrc/lang/gcc9: Makefile
Log Message:
lang/gcc9: fix build in strict environment
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/gcc9/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/gcc9/Makefile
diff -u pkgsrc/lang/gcc9/Makefile:1.19 pkgsrc/lang/gcc9/Makefile:1.20
--- pkgsrc/lang/gcc9/Makefile:1.19 Mon Apr 27 03:51:04 2020
+++ pkgsrc/lang/gcc9/Makefile Sat May 9 18:03:58 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2020/04/27 03:51:04 rillig Exp $
+# $NetBSD: Makefile,v 1.20 2020/05/09 18:03:58 rillig Exp $
GCC9_VERSION= 9.3.0
PKGREVISION= 1
@@ -37,8 +37,7 @@ CONFIGURE_ARGS.Linux+= --without-system-
UNLIMIT_RESOURCES= datasize stacksize
-# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90142
-CHECK_PORTABILITY_SKIP= contrib/download_prerequisites
+CHECK_PORTABILITY_SKIP+= contrib/* # not needed during the build
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index