![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / audio / sound-juicer / Attic / hacks.mk (download)
Revision 1.1, Fri Mar 11 08:56:02 2022 UTC (10 months, 2 weeks ago) by nia
audio: Use hacks.mk to avoid NetBSD msgfmt on NetBSD only. |
# $NetBSD: hacks.mk,v 1.1 2022/03/11 08:56:02 nia Exp $ .if !defined(SOUND_JUICER_HACKS_MK) SOUND_JUICER_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 # SOUND_JUICER_HACKS_MK