pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libdbusmenu-glib libdbusmenu-glib uses deprecate...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d92090c7f430
branches:  trunk
changeset: 405323:d92090c7f430
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Tue Nov 26 14:19:58 2019 +0000

description:
libdbusmenu-glib uses deprecated APIs - remove -Werror to fix build

diffstat:

 devel/libdbusmenu-glib/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 346dca11c624 -r d92090c7f430 devel/libdbusmenu-glib/Makefile
--- a/devel/libdbusmenu-glib/Makefile   Tue Nov 26 14:15:42 2019 +0000
+++ b/devel/libdbusmenu-glib/Makefile   Tue Nov 26 14:19:58 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/11/06 14:34:30 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2019/11/26 14:19:58 jmcneill Exp $
 
 PKGREVISION= 7
 .include "../../meta-pkgs/libdbusmenu/Makefile.common"
@@ -14,6 +14,8 @@
 
 INSTALL_DIRS=  libdbusmenu-glib docs
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 .include "../../devel/glib2/buildlink3.mk"
 BUILDLINK_DEPMETHOD.gobject-introspection+=    build
 .include "../../devel/gobject-introspection/buildlink3.mk"



Home | Main Index | Thread Index | Old Index