pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/glib2



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Sep  8 10:43:43 UTC 2019

Modified Files:
        pkgsrc/devel/glib2: Makefile.common

Log Message:
glib2: rm:-Werror=format=2


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/devel/glib2/Makefile.common

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

Modified files:

Index: pkgsrc/devel/glib2/Makefile.common
diff -u pkgsrc/devel/glib2/Makefile.common:1.71 pkgsrc/devel/glib2/Makefile.common:1.72
--- pkgsrc/devel/glib2/Makefile.common:1.71     Tue Aug 20 14:06:46 2019
+++ pkgsrc/devel/glib2/Makefile.common  Sun Sep  8 10:43:43 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.71 2019/08/20 14:06:46 wiz Exp $
+# $NetBSD: Makefile.common,v 1.72 2019/09/08 10:43:43 nia Exp $
 # used by devel/gdbus-codegen/Makefile
 # used by devel/glib2/Makefile
 # used by devel/glib2-tools/Makefile
@@ -15,4 +15,7 @@ LICENSE=      gnu-lgpl-v2.1
 USE_LANGUAGES= c c++ c99
 USE_TOOLS+=    msgfmt pkg-config
 
+# does snprintf %d with pid_t...
+BUILDLINK_TRANSFORM+=  rm:-Werror=format=2
+
 PYTHON_VERSIONS_INCOMPATIBLE=  27



Home | Main Index | Thread Index | Old Index