Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2016 13:12:51 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406368 - head/german/hunspell
Message-ID:  <201601171312.u0HDCpQP006186@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 17 13:12:51 2016
New Revision: 406368
URL: https://svnweb.freebsd.org/changeset/ports/406368

Log:
  - Make build process independent from locale setting
  
  PR:		206191
  Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/german/hunspell/Makefile

Modified: head/german/hunspell/Makefile
==============================================================================
--- head/german/hunspell/Makefile	Sun Jan 17 13:12:46 2016	(r406367)
+++ head/german/hunspell/Makefile	Sun Jan 17 13:12:51 2016	(r406368)
@@ -19,6 +19,7 @@ BUILD_DEPENDS=	aspell:${PORTSDIR}/textpr
 
 USES=		gmake perl5 shebangfix tar:bzip2
 ALL_TARGET=	hunspell-all
+MAKE_ENV=	LANG=C LC_ALL=C
 NO_ARCH=	yes
 USE_PERL5=	build
 SHEBANG_FILES=	bin/*.pl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601171312.u0HDCpQP006186>