diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2016-06-09 21:02:49 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2016-06-09 21:02:49 +0000 |
commit | 2a780d2ad0b0e50826493767975da9f844487383 (patch) | |
tree | 561caf7ffc170ce61d7ee6ce3bf3b46a5fd66e58 /x11/xscreensaver/files/patch-utils_textclient.c | |
parent | astro/routino: Install shared library (diff) |
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
Notes
Notes:
svn path=/head/; revision=416630
Diffstat (limited to 'x11/xscreensaver/files/patch-utils_textclient.c')
-rw-r--r-- | x11/xscreensaver/files/patch-utils_textclient.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/xscreensaver/files/patch-utils_textclient.c b/x11/xscreensaver/files/patch-utils_textclient.c index 2e5b90c9ce4d..bdb656e9cc80 100644 --- a/x11/xscreensaver/files/patch-utils_textclient.c +++ b/x11/xscreensaver/files/patch-utils_textclient.c @@ -1,8 +1,8 @@ ---- utils/textclient.c.orig 2014-11-05 00:08:06 UTC +--- utils/textclient.c.orig 2016-04-28 02:29:36 UTC +++ utils/textclient.c -@@ -50,6 +50,9 @@ - # ifdef HAVE_UTIL_H - # include <util.h> +@@ -55,6 +55,9 @@ + # ifdef HAVE_SYS_TERMIOS_H + # include <sys/termios.h> # endif +# ifdef HAVE_LIBUTIL_H +# include <libutil.h> |