summaryrefslogtreecommitdiff
path: root/net/vinagre
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2021-09-28 12:59:11 +0000
committerjperkin <jperkin@pkgsrc.org>2021-09-28 12:59:11 +0000
commit55cb43ccd7ae977f7aaab92c61d7232215d2f762 (patch)
tree662743d718c43e92a90a7433483f7e4ddbcce677 /net/vinagre
parent871e88aedb650179915ea84225614d7380600a5d (diff)
downloadpkgsrc-55cb43ccd7ae977f7aaab92c61d7232215d2f762.tar.gz
vinagre: Support GCC >= 10.
Diffstat (limited to 'net/vinagre')
-rw-r--r--net/vinagre/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/vinagre/Makefile b/net/vinagre/Makefile
index 5df88e63080..2bd5f10e47d 100644
--- a/net/vinagre/Makefile
+++ b/net/vinagre/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2021/05/02 10:24:51 nia Exp $
+# $NetBSD: Makefile,v 1.104 2021/09/28 12:59:11 jperkin Exp $
#
DISTNAME= vinagre-3.6.2
@@ -25,7 +25,7 @@ LDFLAGS.SunOS+= -lnsl
.include "../../mk/compiler.mk"
-.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].*)
CFLAGS+= -Wno-error=format-nonliteral
.endif