diff options
Diffstat (limited to 'lang/mono/Makefile')
-rw-r--r-- | lang/mono/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 9857ce012446..0268850bfaa3 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -39,8 +39,7 @@ MONO_SHARED_DIR=${WRKDIR} # 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= MONO_SHARED_DIR="${MONO_SHARED_DIR}" \ - LC_ALL=C +MAKE_ENV= LC_ALL=C # Removed amd64 arch because builds are exhibiting semaphore problems on # pointyhat runs causing failure to build. |