summaryrefslogtreecommitdiff
path: root/time/gnome-calendar/hacks.mk
blob: 31a173f9f7e017bb4a3f539b5082c7379db64e8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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