pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/dconf-editor
Module Name: pkgsrc
Committed By: gutteridge
Date: Mon Nov 30 00:03:47 UTC 2020
Modified Files:
pkgsrc/devel/dconf-editor: Makefile
Log Message:
dconf-editor: fix sandboxed builds (on NetBSD, at least)
This requires a version of msgfmt that provides the --desktop option.
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/dconf-editor/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/dconf-editor/Makefile
diff -u pkgsrc/devel/dconf-editor/Makefile:1.56 pkgsrc/devel/dconf-editor/Makefile:1.57
--- pkgsrc/devel/dconf-editor/Makefile:1.56 Sun Nov 29 17:31:27 2020
+++ pkgsrc/devel/dconf-editor/Makefile Mon Nov 30 00:03:47 2020
@@ -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 @@ COMMENT= gsettings editor
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