pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/mutter



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Nov 21 10:41:47 UTC 2020

Modified Files:
        pkgsrc/wm/mutter: Makefile

Log Message:
(wm/mutter) Fix build --  msgfmt: unknown option -- desktop


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/wm/mutter/Makefile

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

Modified files:

Index: pkgsrc/wm/mutter/Makefile
diff -u pkgsrc/wm/mutter/Makefile:1.3 pkgsrc/wm/mutter/Makefile:1.4
--- pkgsrc/wm/mutter/Makefile:1.3       Tue Nov 17 15:31:10 2020
+++ pkgsrc/wm/mutter/Makefile   Sat Nov 21 10:41:47 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/11/17 15:31:10 nia Exp $
+# $NetBSD: Makefile,v 1.4 2020/11/21 10:41:47 mef Exp $
 
 DISTNAME=      mutter-3.38.1
 CATEGORIES=    wm gnome
@@ -35,6 +35,8 @@ MESON_ARGS+=          -Dverbose=true
 
 .if ${OPSYS} == "NetBSD"
 MESON_ARGS+=           -Dopengl_libname=libGL.so
+USE_TOOLS+=            msgfmt
+TOOLS_PLATFORM.msgfmt=
 .endif
 
 PKGCONFIG_OVERRIDE_STAGE=      pre-install



Home | Main Index | Thread Index | Old Index