summaryrefslogtreecommitdiff
path: root/inputmethod/ibus/hacks.mk
blob: 3b383216bfcc50cd90b29b9c6e0b48cf6fd3d4ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: hacks.mk,v 1.1 2022/03/12 07:11:13 nia Exp $

.if !defined(IBUS_HACKS_MK)
IBUS_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 # IBUS_HACKS_MK