freebsd-ports/x11/xscreensaver/files/patch-utils_textclient.c
Niclas Zeising 2a780d2ad0 Update to 5.35
Add missing dependencies as reported by poudriere.
Enable XFT by default.
Regenerate patches.

Changelog: https://www.jwz.org/xscreensaver/changelog.html
2016-06-09 21:02:49 +00:00

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