pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/screen



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

Modified Files:
        pkgsrc/misc/screen: Makefile

Log Message:
screen: Support GCC >= 10.


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 pkgsrc/misc/screen/Makefile

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

Modified files:

Index: pkgsrc/misc/screen/Makefile
diff -u pkgsrc/misc/screen/Makefile:1.119 pkgsrc/misc/screen/Makefile:1.120
--- pkgsrc/misc/screen/Makefile:1.119   Sat Mar 13 07:24:04 2021
+++ pkgsrc/misc/screen/Makefile Tue Sep 28 12:51:06 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.119 2021/03/13 07:24:04 kim Exp $
+# $NetBSD: Makefile,v 1.120 2021/09/28 12:51:06 jperkin Exp $
 
 DISTNAME=      screen-4.8.0
 PKGREVISION=   4
@@ -46,7 +46,7 @@ PLIST_VARS+=          terminfo
 .include "../../mk/compiler.mk"
 
 .if ${OPSYS} == "SunOS"
-.  if !empty(PKGSRC_COMPILER:Mclang) || !empty(CC_VERSION:Mgcc-[6-9]*)
+.  if !empty(PKGSRC_COMPILER:Mclang) || !empty(CC_VERSION:Mgcc-[6-9]*) || !empty(CC_VERSION:Mgcc-1[0-9].*)
 CPPFLAGS+=     -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
 .  else
 CPPFLAGS+=     -D_XOPEN_SOURCE=500 -D__EXTENSIONS__



Home | Main Index | Thread Index | Old Index