pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/vinagre



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

Modified Files:
        pkgsrc/net/vinagre: Makefile

Log Message:
vinagre: Support GCC >= 10.


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/net/vinagre/Makefile

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

Modified files:

Index: pkgsrc/net/vinagre/Makefile
diff -u pkgsrc/net/vinagre/Makefile:1.103 pkgsrc/net/vinagre/Makefile:1.104
--- pkgsrc/net/vinagre/Makefile:1.103   Sun May  2 10:24:51 2021
+++ pkgsrc/net/vinagre/Makefile Tue Sep 28 12:59:11 2021
@@ -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
 



Home | Main Index | Thread Index | Old Index