mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
Add missing dependencies as reported by poudriere. Enable XFT by default. Regenerate patches. Changelog: https://www.jwz.org/xscreensaver/changelog.html
12 lines
475 B
C
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.) */
|