Re: [cdesktopenv-devel] fix localized build on OpenBSD

2012-08-20 Thread Jon Trulson
On Sun, 19 Aug 2012, Pascal Stumpf wrote: > See patch. > Applied. -- Jon Trulson Atoms are what make us matter. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and t

Re: [cdesktopenv-devel] fix localized build on OpenBSD

2012-08-20 Thread Pascal Stumpf
On Sun, 19 Aug 2012 20:25:12 +, Marcin Cieslak wrote: > On Sun, 19 Aug 2012, Pascal Stumpf wrote: > > > Well, LANG already gets reset to a sensible value. If it does indeed > > work on FreeBSD with LC_CTYPE set, then this is probably an OS-dependent > > problem. > > No, I do not change any o

Re: [cdesktopenv-devel] fix localized build on OpenBSD

2012-08-19 Thread Jon Trulson
On Sun, 19 Aug 2012, Pascal Stumpf wrote: > See patch. > I'll hold on this until agreement is reached... -- Jon Trulson "If the Martian rope-a-dope don't get him, he'll get himself, he'll come in too fast and punch himself out." - one of my brothers, referring to the Curiosity

Re: [cdesktopenv-devel] fix localized build on OpenBSD

2012-08-19 Thread Marcin Cieslak
On Sun, 19 Aug 2012, Pascal Stumpf wrote: > Well, LANG already gets reset to a sensible value. If it does indeed > work on FreeBSD with LC_CTYPE set, then this is probably an OS-dependent > problem. No, I do not change any of LC_* variables. I was not sure what is your goal here. If we just wa

Re: [cdesktopenv-devel] fix localized build on OpenBSD

2012-08-19 Thread Pascal Stumpf
On Sun, 19 Aug 2012 18:59:35 +, Marcin Cieslak wrote: > On Sun, 19 Aug 2012, Pascal Stumpf wrote: > > > See patch. > > > Just curious, why is this: > > + LC_CTYPE=""; \@@\ > + export LC_CTYPE; \

Re: [cdesktopenv-devel] fix localized build on OpenBSD

2012-08-19 Thread Marcin Cieslak
On Sun, 19 Aug 2012, Pascal Stumpf wrote: > See patch. Just curious, why is this: + LC_CTYPE=""; \@@\ + export LC_CTYPE; \@@\ necessary? I build CDE having LANG=pl_PL.UTF-8 without visi