Package: fbterm Version: 1.2-1 Severity: normal Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu intrepid ubuntu-patch
Hi, In Ubuntu your package failed to build as we have a newer kernel. I used the attached patch to make the build complete. Please consider applying it. Thanks, James
--- fbterm-1.2.orig/src/fbterm.cpp +++ fbterm-1.2/src/fbterm.cpp @@ -34,6 +34,7 @@ #include "mouse.h" #ifdef SYS_signalfd +#include <sys/types.h> #include <asm/types.h> #include <linux/signalfd.h>