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/8e8814f5c3f9
branches: trunk
changeset: 400960:8e8814f5c3f9
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 064655cedccd -r 8e8814f5c3f9 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