svn commit: r406368 - head/german/hunspell

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 17 13:12:52 UTC 2016


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 at 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


More information about the svn-ports-all mailing list