pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libdbusmenu-glib



Module Name:    pkgsrc
Committed By:   jmcneill
Date:           Tue Nov 26 14:19:58 UTC 2019

Modified Files:
        pkgsrc/devel/libdbusmenu-glib: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/libdbusmenu-glib/Makefile

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

Modified files:

Index: pkgsrc/devel/libdbusmenu-glib/Makefile
diff -u pkgsrc/devel/libdbusmenu-glib/Makefile:1.8 pkgsrc/devel/libdbusmenu-glib/Makefile:1.9
--- pkgsrc/devel/libdbusmenu-glib/Makefile:1.8  Wed Nov  6 14:34:30 2019
+++ pkgsrc/devel/libdbusmenu-glib/Makefile      Tue Nov 26 14:19:58 2019
@@ -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 @@ CONFIGURE_ENV+=               HAVE_VALGRIND_FALSE='\#
 
 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