diff options
Diffstat (limited to 'multimedia')
-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 |