pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/ghex



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Jan 23 16:06:01 UTC 2020

Modified Files:
        pkgsrc/editors/ghex: Makefile

Log Message:
ghex: Needs msgfmt with --xml and --desktop


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/editors/ghex/Makefile

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

Modified files:

Index: pkgsrc/editors/ghex/Makefile
diff -u pkgsrc/editors/ghex/Makefile:1.55 pkgsrc/editors/ghex/Makefile:1.56
--- pkgsrc/editors/ghex/Makefile:1.55   Tue Jan 21 15:09:03 2020
+++ pkgsrc/editors/ghex/Makefile        Thu Jan 23 16:06:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2020/01/21 15:09:03 nia Exp $
+# $NetBSD: Makefile,v 1.56 2020/01/23 16:06:01 nia Exp $
 
 DISTNAME=      ghex-3.18.4
 CATEGORIES=    editors gnome
@@ -17,6 +17,9 @@ PYTHON_FOR_BUILD_ONLY=        tool
 PKGCONFIG_OVERRIDE_STAGE=      pre-install
 PKGCONFIG_OVERRIDE+=           output/data/gtkhex-3.pc
 
+# XXX msgfmt: unknown option -- xml
+_TOOLS_USE_PKGSRC.msgfmt=      yes
+
 .include "../../devel/meson/build.mk"
 .include "../../devel/glib2/schemas.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"



Home | Main Index | Thread Index | Old Index