[Scummvm-cvs-logs] scummvm master -> 8ae324f50c874717c1949fe9f386c0d622117282

lordhoto lordhoto at gmail.com
Sat Feb 2 21:32:03 CET 2013


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b65365e0d3 CONFIGURE: Fix build under et_EE locale
8ae324f50c Merge pull request #308 from hasufell/master


Commit: b65365e0d314bff91f5fb3c4fbdd3da7944ea7a2
    https://github.com/scummvm/scummvm/commit/b65365e0d314bff91f5fb3c4fbdd3da7944ea7a2
Author: hasufell (julian.ospald at googlemail.com)
Date: 2013-02-01T10:31:15-08:00

Commit Message:
CONFIGURE: Fix build under et_EE locale

Freetype-config reports a broken include dir
when et_EE locale is used. We set LC_ALL
and LANGUAGE to "C" explicitly like autoconf
does to force consistent behavior.

Changed paths:
    configure



diff --git a/configure b/configure
index 91364eb..3b8b845 100755
--- a/configure
+++ b/configure
@@ -21,6 +21,12 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 #
 
+# NLS nuisances.
+LC_ALL=C
+export LC_ALL
+LANGUAGE=C
+export LANGUAGE
+
 # Save the current environment variables for next runs
 SAVED_CONFIGFLAGS=$@
 SAVED_LDFLAGS=$LDFLAGS


Commit: 8ae324f50c874717c1949fe9f386c0d622117282
    https://github.com/scummvm/scummvm/commit/8ae324f50c874717c1949fe9f386c0d622117282
Author: Johannes Schickel (lordhoto at gmail.com)
Date: 2013-02-02T12:31:28-08:00

Commit Message:
Merge pull request #308 from hasufell/master

fix build under et_EE locale

Changed paths:
    configure









More information about the Scummvm-git-logs mailing list