File gcc46.patch of Package pingus
--- src/input/wiimote.cpp.orig 2011-07-07 12:13:23.000000000 +0200 +++ src/input/wiimote.cpp 2011-07-07 12:13:26.000000000 +0200 @@ -142,7 +142,7 @@ assert(m_wiimote == 0); /* Connect to any wiimote */ - bdaddr_t bdaddr = *BDADDR_ANY; + bdaddr_t bdaddr = (bdaddr_t) {{0, 0, 0, 0, 0, 0}}; /* Connect to address in string WIIMOTE_BDADDR */ /* str2ba(WIIMOTE_BDADDR, &bdaddr); */