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

11 lines
667 B
Text

--- gnome-pty-helper/configure.orig 2012-03-24 17:31:04.000000000 -0400
+++ gnome-pty-helper/configure 2012-03-24 17:31:21.000000000 -0400
@@ -5699,7 +5699,7 @@ fi
fi
-for ac_func in endutent fcntl forkpty getttyent getutent getutmpx grantpt flock login_tty openpty revoke sendmsg seteuid setreuid setutent strrchr updwtmp updwtmpx utmpname utmpxname
+for ac_func in endutent fcntl forkpty getttyent getutent getutmpx grantpt flock login_tty openpty revoke sendmsg seteuid setreuid setutent strrchr updwtmp updwtmpx utmpname utmpxname getutxid
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"