From 28aedc0451724f234c2d0d741c24f8516ba4211b Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 12 Mar 2022 07:42:32 +0000 Subject: time: Use hacks.mk to avoid NetBSD msgfmt on NetBSD only. --- time/gnome-calendar/Makefile | 9 +-------- time/gnome-calendar/hacks.mk | 13 +++++++++++++ 2 files changed, 14 insertions(+), 8 deletions(-) create mode 100644 time/gnome-calendar/hacks.mk (limited to 'time/gnome-calendar') diff --git a/time/gnome-calendar/Makefile b/time/gnome-calendar/Makefile index 8f898632103..7e794040494 100644 --- a/time/gnome-calendar/Makefile +++ b/time/gnome-calendar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2022/01/03 08:23:59 cirnatdan Exp $ +# $NetBSD: Makefile,v 1.12 2022/03/12 07:42:32 nia Exp $ DISTNAME= gnome-calendar-40.0 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/} @@ -14,13 +14,6 @@ LICENSE= gnu-gpl-v3 USE_TOOLS+= pkg-config msgfmt xgettext USE_TOOLS+= gdbus-codegen -.include "../../mk/bsd.prefs.mk" - -# msgfmt: unknown option -- desktop -.if ${OPSYS} == "NetBSD" -TOOLS_PLATFORM.msgfmt= -.endif - PYTHON_FOR_BUILD_ONLY= tool .include "../../devel/meson/build.mk" diff --git a/time/gnome-calendar/hacks.mk b/time/gnome-calendar/hacks.mk new file mode 100644 index 00000000000..31a173f9f7e --- /dev/null +++ b/time/gnome-calendar/hacks.mk @@ -0,0 +1,13 @@ +# $NetBSD: hacks.mk,v 1.1 2022/03/12 07:42:32 nia Exp $ + +.if !defined(GNOME_CALENDAR_HACKS_MK) +GNOME_CALENDAR_HACKS_MK:= + +.include "../../mk/bsd.fast.prefs.mk" + +.if ${OPSYS} == "NetBSD" +# Old GPLv2 version of msgfmt in NetBSD does not support --desktop/--xml. +TOOLS_PLATFORM.msgfmt= # none +PKG_HACKS+= avoid-gplv2-msgfmt +.endif +.endif # GNOME_CALENDAR_HACKS_MK -- cgit v1.2.3