pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libdbusmenu-gtk3



Module Name:    pkgsrc
Committed By:   jmcneill
Date:           Tue Nov 26 14:28:20 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/libdbusmenu-gtk3/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-gtk3/Makefile
diff -u pkgsrc/devel/libdbusmenu-gtk3/Makefile:1.16 pkgsrc/devel/libdbusmenu-gtk3/Makefile:1.17
--- pkgsrc/devel/libdbusmenu-gtk3/Makefile:1.16 Wed Nov  6 14:34:30 2019
+++ pkgsrc/devel/libdbusmenu-gtk3/Makefile      Tue Nov 26 14:28:20 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/11/06 14:34:30 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2019/11/26 14:28:20 jmcneill Exp $
 
 PKGREVISION= 15
 .include "../../meta-pkgs/libdbusmenu/Makefile.common"
@@ -19,6 +19,8 @@ post-configure:
 
 BUILD_DIRS=    libdbusmenu-gtk
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 .include "../../devel/libdbusmenu-glib/buildlink3.mk"
 BUILDLINK_DEPMETHOD.gobject-introspection+=    build
 .include "../../devel/gobject-introspection/buildlink3.mk"



Home | Main Index | Thread Index | Old Index