1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Fix build with some locales

tr(1) has different behaviour depending on the locales. resulting in makelist
failing to properly generate some files. Encorfing LC_ALL=C during build fixes
it.

PR:		196848 [1]
Reported by:	Trond.Endrestol@ximalas.info [1],
		Christian Jachmann <Jachmann@unitix.org> (via private mail)
Tested by:	Christian Jachmann <Jachmann@unitix.org> (via private mail)
This commit is contained in:
Baptiste Daroussin 2015-01-19 07:49:34 +00:00
parent 454c8aacf4
commit 24fb5644f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377385

View File

@ -21,5 +21,6 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --enable-widec
MAKE_ENV= LC_ALL=C
.include <bsd.port.mk>