diff options
author | romain <romain@FreeBSD.org> | 2010-06-07 07:15:00 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2010-06-07 07:15:00 +0800 |
commit | 4fc626d1fc20b0e6bed4a008d436e1a47645f4a6 (patch) | |
tree | e702193a76d5c32f603984a8f7dc1ed880c7b598 /multimedia | |
parent | 0b288a7a6a2f311976bf2f17a48a5bf369b5123d (diff) | |
download | freebsd-ports-gnome-4fc626d1fc20b0e6bed4a008d436e1a47645f4a6.tar.gz freebsd-ports-gnome-4fc626d1fc20b0e6bed4a008d436e1a47645f4a6.tar.zst freebsd-ports-gnome-4fc626d1fc20b0e6bed4a008d436e1a47645f4a6.zip |
- Add LC_ALL=C to MAKE_ENV to fix some build issues (same as lang/mono).
Submitted by: nork
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 |