Changeset 4941:b592d1652ef4 in roaraudio for configure


Ignore:
Timestamp:
05/09/11 10:17:06 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

reset locales (wine needs this)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r4940 r4941  
    1010 
    1111PATH="$PATH":/sbin:/usr/sbin:/usr/local/sbin:/usr/pkg/sbin # Ensure superuser paths 
     12 
     13# wine prints errors to stdout so stderr redirects do not work. 
     14# To avoid common problems with wine and $LANG/$LC_* we just reset them. 
     15 
     16LANG=C 
     17LC_CTYPE=C 
     18LC_NUMERIC=C 
     19LC_TIME=C 
     20LC_COLLATE=C 
     21LC_MONETARY=C 
    1222 
    1323#set -x 
Note: See TracChangeset for help on using the changeset viewer.