1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Set LANG=C in make environment because the software does not compile

with at least LANG=uk_UA.KOI8-U

PR:		ports/102598 [1]
Reported by:	Kyryll A Minrneko <mirya@matrix.ua> [1]
This commit is contained in:
Vasil Dimov 2006-08-29 13:42:53 +00:00
parent edd932d8f8
commit 45c2ce0a91
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171618

View File

@ -38,7 +38,7 @@ CONFIGURE_ARGS+= --with-wx-config=wxgtk2u-2.6-config \
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -ldlmalloc"
USE_GMAKE= yes
MAKE_ENV?= INCLUDES="-I${LOCALBASE}/include/dlmalloc"
MAKE_ENV?= INCLUDES="-I${LOCALBASE}/include/dlmalloc" LANG=C
USE_GCC= 3.4+