site.def: add define guards around DtLocalesToBuild
This commit is contained in:
@@ -113,13 +113,17 @@ XCOMM build the DtXinerama support
|
|||||||
#define CDE_USEXINERAMA YES
|
#define CDE_USEXINERAMA YES
|
||||||
|
|
||||||
#ifdef SunArchitecture
|
#ifdef SunArchitecture
|
||||||
# define DtLocalesToBuild de_DE.UTF-8 es_ES.UTF-8 fr_FR.UTF-8 it_IT.UTF-8
|
# if !defined(DtLocalesToBuild)
|
||||||
|
# define DtLocalesToBuild en_US.UTF-8 de_DE.UTF-8 es_ES.UTF-8 fr_FR.UTF-8 it_IT.UTF-8
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
XCOMM Make sure you have installed the de_DE, es_ES, fr_FR and it_IT locales.
|
XCOMM Make sure you have installed the de_DE, es_ES, fr_FR and it_IT locales.
|
||||||
XCOMM or building non-C locales will cause build failures.
|
XCOMM or building non-C locales will cause build failures.
|
||||||
#if defined(BSDArchitecture)
|
#if defined(BSDArchitecture)
|
||||||
# define DtLocalesToBuild de_DE.UTF-8 es_ES.UTF-8 fr_FR.UTF-8 it_IT.UTF-8
|
# if !defined(DtLocalesToBuild)
|
||||||
|
# define DtLocalesToBuild en_US.UTF-8 de_DE.UTF-8 es_ES.UTF-8 fr_FR.UTF-8 it_IT.UTF-8
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(LinuxArchitecture)
|
#if defined(LinuxArchitecture)
|
||||||
|
|||||||
Reference in New Issue
Block a user