Comment 10 for bug 84347

Revision history for this message
Marten Veldthuis (marten-veldthuis) wrote :

Trying to build it manually with

sudo apt-get build-dep pbbuttonsd
dpkg-buildpackage -us -uc -rfakeroot

fails with a compilation error:

module_pmac.c: In function ‘keyboard_set_config’:
module_pmac.c:1736: error: expected declaration or statement at end of input

Not sure if that's the effect of your patch, though...

- Marten