freebsd-ports/x11-toolkits/vte/files/patch-gnome-pty-helper_config.h.in
Joe Marcus Clarke fda9f74f4f Fix wtmp interaction on 9.X and higher.
PR:		164287
2012-04-16 06:42:34 +00:00

12 lines
399 B
C

--- gnome-pty-helper/config.h.in.orig 2012-03-24 17:31:26.000000000 -0400
+++ gnome-pty-helper/config.h.in 2012-03-24 17:31:43.000000000 -0400
@@ -24,6 +24,9 @@
/* Define to 1 if you have the `getutmpx' function. */
#undef HAVE_GETUTMPX
+/* Define to 1 if you have the `getutxid' function. */
+#undef HAVE_GETUTXID
+
/* Define to 1 if you have the `grantpt' function. */
#undef HAVE_GRANTPT