pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libgnomeui



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

Modified Files:
        pkgsrc/devel/libgnomeui: Makefile

Log Message:
libgnomeui: Support GCC >= 10.


To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 pkgsrc/devel/libgnomeui/Makefile

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

Modified files:

Index: pkgsrc/devel/libgnomeui/Makefile
diff -u pkgsrc/devel/libgnomeui/Makefile:1.157 pkgsrc/devel/libgnomeui/Makefile:1.158
--- pkgsrc/devel/libgnomeui/Makefile:1.157      Mon May 24 19:50:00 2021
+++ pkgsrc/devel/libgnomeui/Makefile    Tue Sep 28 12:56:46 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.157 2021/05/24 19:50:00 wiz Exp $
+# $NetBSD: Makefile,v 1.158 2021/09/28 12:56:46 jperkin Exp $
 #
 
 DISTNAME=      libgnomeui-2.24.5
@@ -24,7 +24,7 @@ PKGCONFIG_OVERRIDE=   ${PKGCONFIG_BASE}.in
 
 .include "../../mk/compiler.mk"
 
-.if !empty(CC_VERSION:Mgcc-[6-9]*) || !empty(PKGSRC_COMPILER:Mclang)
+.if !empty(CC_VERSION:Mgcc-[6-9]*) || !empty(CC_VERSION:Mgcc-1[0-9].*) || !empty(PKGSRC_COMPILER:Mclang)
 SUBST_CLASSES.SunOS+=  xopen
 SUBST_STAGE.xopen=     pre-configure
 SUBST_FILES.xopen=     libgnomeui/gnome-file-entry.c libgnomeui/gnome-client.c



Home | Main Index | Thread Index | Old Index