From 033c3dd7a7fb51c8784a5e0a1f9ed825f671691d Mon Sep 17 00:00:00 2001 From: Mamoru Komachi Date: Thu, 11 Sep 2003 22:04:48 +0000 Subject: fixed build problem when LC_CTYPE=en_CA.UTF-8, closing Bug #28419 --- media-fonts/monafont/monafont-2.22.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'media-fonts/monafont/monafont-2.22.ebuild') diff --git a/media-fonts/monafont/monafont-2.22.ebuild b/media-fonts/monafont/monafont-2.22.ebuild index bd27c0d40ba2..662f0aff0b4e 100644 --- a/media-fonts/monafont/monafont-2.22.ebuild +++ b/media-fonts/monafont/monafont-2.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/monafont/monafont-2.22.ebuild,v 1.4 2003/08/20 09:35:48 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/monafont/monafont-2.22.ebuild,v 1.5 2003/09/11 22:04:44 usata Exp $ DESCRIPTION="Japanese bitmap fonts suitable for browsing 2ch" HOMEPAGE="http://monafont.sourceforge.net" @@ -18,6 +18,9 @@ S="${WORKDIR}/${P}" FONTDIR=/usr/share/fonts/${PN} src_compile(){ + + PERL_BADLANG=0 ; LC_CTYPE=C + export PERL_BADLANG LC_CTYPE emake || die } -- cgit v1.2.3-65-gdbad