summaryrefslogtreecommitdiff
path: root/inputmethod/ibus-libpinyin/hacks.mk
blob: cfaad028fb75c7a10b63bea89646e84866a55dd5 (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:14 nia Exp $

.if !defined(IBUS_LIBPINYIN_HACKS_MK)
IBUS_LIBPINYIN_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_LIBPINYIN_HACKS_MK