diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-01-17 21:12:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-01-17 21:12:51 +0800 |
commit | d9bcbd0377f8e1e4523b924af8b8a03882277cd1 (patch) | |
tree | 34edcad46baa3287462669aaba949e57a6dc6da0 /german | |
parent | 68210bba6fc07eb689c60e8b6042d04f360f7102 (diff) | |
download | freebsd-ports-gnome-d9bcbd0377f8e1e4523b924af8b8a03882277cd1.tar.gz freebsd-ports-gnome-d9bcbd0377f8e1e4523b924af8b8a03882277cd1.tar.zst freebsd-ports-gnome-d9bcbd0377f8e1e4523b924af8b8a03882277cd1.zip |
- Make build process independent from locale setting
PR: 206191
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Sponsored by: PortsCamp Taiwan
Diffstat (limited to 'german')
-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 |