diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2019-11-26 14:28:20 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2019-11-26 14:28:20 +0000 |
commit | 592fefa1a8f5be29d67da71414981f4ccf5020e5 (patch) | |
tree | 96ec24baad0b8982f0063a5ee998dfddf42b731a /devel | |
parent | 9569caf45fd7e823033e323f72198410a9872ac6 (diff) | |
download | pkgsrc-592fefa1a8f5be29d67da71414981f4ccf5020e5.tar.gz |
libdbusmenu-gtk3 uses deprecated APIs - remove -Werror to fix build
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libdbusmenu-gtk3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libdbusmenu-gtk3/Makefile b/devel/libdbusmenu-gtk3/Makefile index 52f6cb0d16f..0b451f189cd 100644 --- a/devel/libdbusmenu-gtk3/Makefile +++ b/devel/libdbusmenu-gtk3/Makefile @@ -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" |