pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/gcc5
Module Name: pkgsrc
Committed By: schmonz
Date: Sat Oct 3 14:04:18 UTC 2020
Modified Files:
pkgsrc/lang/gcc5: Makefile
Log Message:
On CentOS 7 with the system gcc 4.8.5, we get a bunch of these:
error: 'for' loop initial declarations are only allowed in C99 mode
Bump USE_LANGUAGES c to c99.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/lang/gcc5/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/gcc5/Makefile
diff -u pkgsrc/lang/gcc5/Makefile:1.37 pkgsrc/lang/gcc5/Makefile:1.38
--- pkgsrc/lang/gcc5/Makefile:1.37 Mon Aug 31 18:09:48 2020
+++ pkgsrc/lang/gcc5/Makefile Sat Oct 3 14:04:18 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2020/08/31 18:09:48 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2020/10/03 14:04:18 schmonz Exp $
GCC_PKGNAME= gcc5
PKGREVISION= 6
@@ -23,7 +23,7 @@ EXTRACT_ONLY= ${DEFAULT_DISTFILES}
NOT_FOR_PLATFORM= Interix-*-*
-USE_LANGUAGES= c c++03
+USE_LANGUAGES= c99 c++03
USE_TOOLS+= gmake makeinfo sed:run tar:build
USE_TOOLS.NetBSD+= gsed
Home |
Main Index |
Thread Index |
Old Index