From 74d389b7af53a2bb1651b96fc42256e70946ecb3 Mon Sep 17 00:00:00 2001
From: Judd Vinet <judd@archlinux.org>
Date: Fri, 9 Dec 2005 18:49:34 +0000
Subject: Applied unset_lcall_lang.diff -- unset LANG/LC_ALL before building
 packages

---
 scripts/makepkg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/makepkg b/scripts/makepkg
index 989e6375..02e7d895 100755
--- a/scripts/makepkg
+++ b/scripts/makepkg
@@ -335,6 +335,8 @@ fi
 
 unset pkgname pkgver pkgrel pkgdesc url license groups provides md5sums force
 unset replaces depends conflicts backup source install build makedepends
+# some applications (eg, blackbox) will not build with some languages
+unset LC_ALL LANG
 umask 0022
 
 if [ ! -f $BUILDSCRIPT ]; then
-- 
cgit v1.2.3-2-g168b