2a780d2ad0
Add missing dependencies as reported by poudriere. Enable XFT by default. Regenerate patches. Changelog: https://www.jwz.org/xscreensaver/changelog.html
12 lines
258 B
C
12 lines
258 B
C
--- utils/textclient.c.orig 2016-04-28 02:29:36 UTC
|
|
+++ utils/textclient.c
|
|
@@ -55,6 +55,9 @@
|
|
# ifdef HAVE_SYS_TERMIOS_H
|
|
# include <sys/termios.h>
|
|
# endif
|
|
+# ifdef HAVE_LIBUTIL_H
|
|
+# include <libutil.h>
|
|
+# endif
|
|
#endif /* HAVE_FORKPTY */
|
|
|
|
#undef DEBUG
|