pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/glib2 glib2: rm:-Werror=format=2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e71b5be53812
branches:  trunk
changeset: 339190:e71b5be53812
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Sep 08 10:43:43 2019 +0000

description:
glib2: rm:-Werror=format=2

diffstat:

 devel/glib2/Makefile.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 761e87fde433 -r e71b5be53812 devel/glib2/Makefile.common
--- a/devel/glib2/Makefile.common       Sun Sep 08 10:21:49 2019 +0000
+++ b/devel/glib2/Makefile.common       Sun Sep 08 10:43:43 2019 +0000
@@ -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 @@
 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