Commit ea24f0b0 authored by Ulrich Sibiller's avatar Ulrich Sibiller

add XLOCALELIBDIR

parent ef5565f8
...@@ -1053,6 +1053,7 @@ XCOMM X Window System make variables; these need to be coordinated with rules ...@@ -1053,6 +1053,7 @@ XCOMM X Window System make variables; these need to be coordinated with rules
XSMDIR = XsmDir /* xsm config files */ XSMDIR = XsmDir /* xsm config files */
NLSDIR = NlsDir /* nls files */ NLSDIR = NlsDir /* nls files */
XLOCALEDIR = XLocaleDir /* locale files */ XLOCALEDIR = XLocaleDir /* locale files */
XLOCALELIBDIR = XlocaleDir /* FIXME: For now take XLOCALEDIR, unsure about the correct setting */
PROXYMANAGERDIR = ProxyManagerDir /* proxy manager config files */ PROXYMANAGERDIR = ProxyManagerDir /* proxy manager config files */
XAPPLOADDIR = XAppLoadDir /* application default resource dir */ XAPPLOADDIR = XAppLoadDir /* application default resource dir */
...@@ -1129,6 +1130,7 @@ VENDORSUPPORTDEFS = VendorSupportDefines ...@@ -1129,6 +1130,7 @@ VENDORSUPPORTDEFS = VendorSupportDefines
SYSTEMENVLIBDIR = SystemBuildLibPath SYSTEMENVLIBDIR = SystemBuildLibPath
# endif # endif
#define XlocaleClientSetup Concat3(XLOCALEDIR,=,BuildI18NDir) #define XlocaleClientSetup Concat3(XLOCALEDIR,=,BuildI18NDir)
Concat3(XLOCALELIBDIR,=,BuildI18NDir)
XENVLIBDIR = X11BuildLibPath XENVLIBDIR = X11BuildLibPath
CLIENTENVSETUP = Concat3(BuildLibPathVar,=,BuildLibPath) XlocaleClientSetup CLIENTENVSETUP = Concat3(BuildLibPathVar,=,BuildLibPath) XlocaleClientSetup
#else #else
......
...@@ -170,7 +170,7 @@ EXTRA_LIBRARIES = /**/ ...@@ -170,7 +170,7 @@ EXTRA_LIBRARIES = /**/
#elif HasGetresuid #elif HasGetresuid
SETID_DEFINES = -DHASGETRESUID SETID_DEFINES = -DHASGETRESUID
#endif #endif
XLC_DEFINES = -DXLOCALEDIR=\"$(XLOCALEDIR)\" XLC_DEFINES = -DXLOCALEDIR=\"$(XLOCALEDIR)\" -DXLOCALELIBDIR=\"$(XLOCALELIBDIR)\"
#if (defined(FreeBSDArchitecture) && OSRelVersion < 500016) || \ #if (defined(FreeBSDArchitecture) && OSRelVersion < 500016) || \
defined(OpenBSDArchitecture) defined(OpenBSDArchitecture)
THRSTUBSRCS = UIThrStubs.c THRSTUBSRCS = UIThrStubs.c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment