pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/dconf-editor dconf-editor: fix sandboxed builds ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e7812dc0a61
branches:  trunk
changeset: 442757:1e7812dc0a61
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Mon Nov 30 00:03:47 2020 +0000

description:
dconf-editor: fix sandboxed builds (on NetBSD, at least)

This requires a version of msgfmt that provides the --desktop option.

diffstat:

 devel/dconf-editor/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r d22ed19b5477 -r 1e7812dc0a61 devel/dconf-editor/Makefile
--- a/devel/dconf-editor/Makefile       Sun Nov 29 23:16:29 2020 +0000
+++ b/devel/dconf-editor/Makefile       Mon Nov 30 00:03:47 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2020/11/29 17:31:27 bsiegert Exp $
+# $NetBSD: Makefile,v 1.57 2020/11/30 00:03:47 gutteridge Exp $
 
 DISTNAME=      dconf-editor-3.38.2
 CATEGORIES=    devel gnome
@@ -11,7 +11,10 @@
 LICENSE=       gnu-gpl-v3
 
 USE_LANGUAGES= c99
-USE_TOOLS+=    pkg-config
+USE_TOOLS+=    msgfmt pkg-config
+
+# Requires --desktop in msgfmt.
+_TOOLS_USE_PKGSRC.msgfmt=      yes
 
 .include "../../devel/dconf/buildlink3.mk"
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.46.0



Home | Main Index | Thread Index | Old Index