Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/tmux/usr.bin/tmux Add utmp support.
details: https://anonhg.NetBSD.org/src/rev/156b9d29fff9
branches: trunk
changeset: 769651:156b9d29fff9
user: christos <christos%NetBSD.org@localhost>
date: Sat Sep 17 01:48:46 2011 +0000
description:
Add utmp support.
diffstat:
external/bsd/tmux/usr.bin/tmux/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r c6fc5759395b -r 156b9d29fff9 external/bsd/tmux/usr.bin/tmux/Makefile
--- a/external/bsd/tmux/usr.bin/tmux/Makefile Fri Sep 16 22:27:36 2011 +0000
+++ b/external/bsd/tmux/usr.bin/tmux/Makefile Sat Sep 17 01:48:46 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2011/08/19 09:06:05 christos Exp $
+# $NetBSD: Makefile,v 1.9 2011/09/17 01:48:46 christos Exp $
.include <bsd.own.mk>
@@ -138,6 +138,7 @@
SRCS+= window.c
SRCS+= xmalloc.c
SRCS+= xterm-keys.c
+SRCS+= utmp.c
# Files in compat/
#SRCS+= forkpty-hpux.c
@@ -205,6 +206,8 @@
CPPFLAGS+= -DHAVE_FCNTL_CLOSEM=1
CPPFLAGS+= -DHAVE_PROC_PID=1
CPPFLAGS+= -DHAVE_DIRFD=1
+CPPFLAGS+= -DSUPPORT_UTMP
+CPPFLAGS+= -DSUPPORT_UTMPX
LDADD+= -levent -lterminfo -lutil -lm
DPADD+= ${LIBEVENT} ${LIBTERMINFO} ${LIBUTIL}
Home |
Main Index |
Thread Index |
Old Index