Package: terminal.app Version: 0.9.8-1 Severity: serious Tags: patch User: debian-...@lists.debian.org Usertags: kfreebsd
Hi, the current version fails to build on GNU/kFreeBSD. It is partly reincarnation of #643973. Please use patch bellow. Cheers Petr --- TerminalView.m~ 2012-03-06 23:54:33.000000000 +0100 +++ TerminalView.m 2012-07-10 22:37:48.000000000 +0200 @@ -43,7 +43,7 @@ # include <termios.h> # include <util.h> # include <sys/ioctl.h> -#elif defined (__GNU__) +#elif defined (__GNU__) || defined (__GLIBC__) #else # include <termio.h> #endif -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org