1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/x11/xvt/files/patch-autoconf__config.h.in
Vanilla I. Shu 58859a833b Add xvt 3.0.0, xterm replacement supporting color, transparency, and
more, with less.

PR:		ports/195840
Submitted by:	Chris Hutchinson <portmaster@BSDforge.com>
2014-12-10 16:05:45 +00:00

19 lines
491 B
C

--- autoconf/config.h.in.orig 2014-12-09 14:01:13.000000000 -0800
+++ autoconf/config.h.in 2014-12-09 14:01:19.000000000 -0800
@@ -313,13 +313,13 @@
#undef XVT_UTMPX_FILE
/* Define location of utmp */
-#undef XVT_UTMP_FILE
+#define XVT_UTMP_FILE "/var/run/utmp"
/* Define location of wtmpx */
#undef XVT_WTMPX_FILE
/* Define location of wtmp */
-#undef XVT_WTMP_FILE
+#define XVT_WTMP_FILE "/var/log/wtmp"
/* The size of a `char', as computed by sizeof. */
#undef SIZEOF_CHAR