doesn't compile with glibc-2.10
Brought to you by:
baghira-style
https://bugs.gentoo.org/show_bug.cgi?id=273274
The Gentoo team removes x11-themes/baghira from the tree as it doesn't compile anymore with glibc-2.10.
Would be great If there was a developer who could fix this issue. So at least some people could continue to use the theme for KDE 3.
seen bug report @gentoo.
So basically this means i should fix that char* constness (it's btw. in a kicker session management plugin - if that helps anything), make a new release and gentoo will magically keep the package??! (weird)
Or do you just request a general bugfix so baghira will survive the glibc-2.10 era. (i'm gonna fix that - it's a no brainer - i just need to know what i should do to serve you best)
I've applied this patch today to Gentoo Portage and unmasked 0.8 so users can enjoy it for a while more.
Note that KDE3 and QT3 will be removed entirely in few months anyway...
*** sessionapplet/dmctl.cpp.orig Mon Aug 10 11:04:01 2009
--- sessionapplet/dmctl.cpp Mon Aug 10 11:01:51 2009
*************** static const char *ctl, *dpy;
*** 37,43 ****
DM::DM() : fd( -1 )
{
! char *ptr;
struct sockaddr_un sa;
if (DMType == Dunno) {
--- 37,43 ----
DM::DM() : fd( -1 )
{
! const char *ptr;
struct sockaddr_un sa;
if (DMType == Dunno) {