pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/zathura
Module Name: pkgsrc
Committed By: nia
Date: Wed Aug 18 06:25:50 UTC 2021
Modified Files:
pkgsrc/print/zathura: Makefile
Log Message:
zathura: work around old msgfmt on NetBSD
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/print/zathura/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/zathura/Makefile
diff -u pkgsrc/print/zathura/Makefile:1.43 pkgsrc/print/zathura/Makefile:1.44
--- pkgsrc/print/zathura/Makefile:1.43 Sat Aug 14 07:36:55 2021
+++ pkgsrc/print/zathura/Makefile Wed Aug 18 06:25:50 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2021/08/14 07:36:55 nia Exp $
+# $NetBSD: Makefile,v 1.44 2021/08/18 06:25:50 nia Exp $
DISTNAME= zathura-0.4.8
CATEGORIES= print
@@ -25,6 +25,13 @@ SUBST_MESSAGE.py= Setting Python version
SUBST_FILES.py+= doc/meson.build
SUBST_VARS.py+= PYVERSSUFFIX
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD"
+# Needs --desktop and --xml
+TOOLS_PLATFORM.msgfmt=
+.endif
+
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../devel/meson/build.mk"
.include "../../graphics/cairo/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index