[Debian GNUstep maintainers] Bug#681135: terminal.app: FTBFS on GNU/kFreeBSD
Petr Salinger
Petr.Salinger at seznam.cz
Tue Jul 10 21:02:07 UTC 2012
Package: terminal.app
Version: 0.9.8-1
Severity: serious
Tags: patch
User: debian-bsd at 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
More information about the pkg-GNUstep-maintainers
mailing list