pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libgnomeui libgnomeui: Support GCC >= 10.
details: https://anonhg.NetBSD.org/pkgsrc/rev/73818342686b
branches: trunk
changeset: 459007:73818342686b
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Tue Sep 28 12:56:46 2021 +0000
description:
libgnomeui: Support GCC >= 10.
diffstat:
devel/libgnomeui/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a8c9abe62414 -r 73818342686b devel/libgnomeui/Makefile
--- a/devel/libgnomeui/Makefile Tue Sep 28 12:55:59 2021 +0000
+++ b/devel/libgnomeui/Makefile Tue Sep 28 12:56:46 2021 +0000
@@ -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 @@
.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