ports/x11/xscreensaver/files/patch-config.h.in
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
475 B
C

--- config.h.in.orig 2016-04-03 20:07:59 UTC
+++ config.h.in
@@ -307,6 +307,9 @@
/* Define to 1 if you have the <util.h> header file. */
#undef HAVE_UTIL_H
+/* Define to 1 if you have the <libutil.h> header file. */
+#undef HAVE_LIBUTIL_H
+
/* Define this if you have the XF86MiscSetGrabKeysState function (which allows
the Ctrl-Alt-KP_star and Ctrl-Alt-KP_slash key sequences to be temporarily
disabled. Sadly, it doesn't affect Ctrl-Alt-BS or Ctrl-Alt-F1.) */