diff options
author | Romain Tartière <romain@FreeBSD.org> | 2010-06-06 23:15:00 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2010-06-06 23:15:00 +0000 |
commit | cabb3fb47bf32b03f0feee77b186a9f4869f1cf8 (patch) | |
tree | bfce62cb2968f9c2df3a845f25c2d36d9e0c3c14 /multimedia/moonlight | |
parent | 36ff43a47e5c12b7336daa581c831e10e997bda0 (diff) |
Notes
Diffstat (limited to 'multimedia/moonlight')
-rw-r--r-- | multimedia/moonlight/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/multimedia/moonlight/Makefile b/multimedia/moonlight/Makefile index 5437eaa96d34..44259facb6aa 100644 --- a/multimedia/moonlight/Makefile +++ b/multimedia/moonlight/Makefile @@ -36,6 +36,11 @@ CONFIGURE_ARGS= --with-cairo=system \ --with-mcspath=${MONODIR}/mcs/ \ --with-mono-basic-path=${MONOBASICDIR}/ +# LC_ALL is set in order to work around issues people are having when using +# other languages. This has shown itself in build fails and possibly other +# strange crashes. +MAKE_ENV+= LC_ALL=C + MONO_VERSION= 2.6.1 MONO_BASIC_VERSION=2.6 |