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:           Wed May 16 13:36:19 UTC 2018

Modified Files:
        pkgsrc/net/vinagre: Makefile

Log Message:
vinagre: Disable format-literal errors in newer GCC.


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 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.80 pkgsrc/net/vinagre/Makefile:1.81
--- pkgsrc/net/vinagre/Makefile:1.80    Tue Apr 17 22:29:47 2018
+++ pkgsrc/net/vinagre/Makefile Wed May 16 13:36:19 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2018/04/17 22:29:47 wiz Exp $
+# $NetBSD: Makefile,v 1.81 2018/05/16 13:36:19 jperkin Exp $
 #
 
 DISTNAME=      vinagre-3.6.2
@@ -25,7 +25,8 @@ CFLAGS.SunOS+=        -D__EXTENSIONS__
 LDFLAGS.SunOS+=        -lnsl
 
 .include "../../mk/compiler.mk"
-.if !empty(PKGSRC_COMPILER:Mclang)
+
+.if !empty(PKGSRC_COMPILER:Mclang) || !empty(CC_VERSION:Mgcc-[6-9].*)
 CFLAGS+=       -Wno-error=format-nonliteral
 .endif
 



Home | Main Index | Thread Index | Old Index