diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-01-17 13:12:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-01-17 13:12:51 +0000 |
commit | 7bdfe3f0d1d93c7c318cafff0cd26c0ec278cb89 (patch) | |
tree | 34edcad46baa3287462669aaba949e57a6dc6da0 /german/hunspell/Makefile | |
parent | 9b22d7be24ba170fa990061507bb1b104aef79ec (diff) | |
download | ports-7bdfe3f0d1d93c7c318cafff0cd26c0ec278cb89.tar.gz ports-7bdfe3f0d1d93c7c318cafff0cd26c0ec278cb89.zip |
- Make build process independent from locale setting
PR: 206191
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Sponsored by: PortsCamp Taiwan
Notes
Notes:
svn path=/head/; revision=406368
Diffstat (limited to 'german/hunspell/Makefile')
-rw-r--r-- | german/hunspell/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/german/hunspell/Makefile b/german/hunspell/Makefile index a15487980d82..bd1d3dad3942 100644 --- a/german/hunspell/Makefile +++ b/german/hunspell/Makefile @@ -19,6 +19,7 @@ BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell \ 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 |