pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/poco



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Sep 28 12:55:12 UTC 2021

Modified Files:
        pkgsrc/devel/poco: Makefile.common

Log Message:
poco: Support GCC >= 10.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/poco/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/poco/Makefile.common
diff -u pkgsrc/devel/poco/Makefile.common:1.17 pkgsrc/devel/poco/Makefile.common:1.18
--- pkgsrc/devel/poco/Makefile.common:1.17      Sun Nov 24 01:03:28 2019
+++ pkgsrc/devel/poco/Makefile.common   Tue Sep 28 12:55:12 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2019/11/24 01:03:28 gdt Exp $
+# $NetBSD: Makefile.common,v 1.18 2021/09/28 12:55:12 jperkin Exp $
 #
 # used by devel/poco/Makefile
 # used by databases/poco-data/Makefile
@@ -51,7 +51,7 @@ CONFIGURE_ARGS+=      --config=SunOS-SunStudi
 .  else
 CONFIGURE_ARGS+=       --config=SunOS-GCC
 # GCC 4.6 and newer forces c99 for C++, need _XOPEN_SOURCE=600
-.    if !empty(CC_VERSION:Mgcc-4.[6-9].*) || !empty(CC_VERSION:Mgcc-[5-9].*) || !empty(PKGSRC_COMPILER:Mclang)
+.    if !empty(CC_VERSION:Mgcc-4.[6-9].*) || !empty(CC_VERSION:Mgcc-[5-9].*) || !empty(CC_VERSION:Mgcc-1[0-9].*) || !empty(PKGSRC_COMPILER:Mclang)
 MAKE_ENV+=             XOPEN_SOURCE=600
 .    else
 MAKE_ENV+=             XOPEN_SOURCE=500



Home | Main Index | Thread Index | Old Index