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 our utempter since it now...



details:   https://anonhg.NetBSD.org/src/rev/21ae03d4daf3
branches:  trunk
changeset: 823460:21ae03d4daf3
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Apr 23 18:22:36 2017 +0000

description:
Add our utempter since it now everything works.

diffstat:

 external/bsd/tmux/usr.bin/tmux/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a035d1cd9a35 -r 21ae03d4daf3 external/bsd/tmux/usr.bin/tmux/Makefile
--- a/external/bsd/tmux/usr.bin/tmux/Makefile   Sun Apr 23 16:56:49 2017 +0000
+++ b/external/bsd/tmux/usr.bin/tmux/Makefile   Sun Apr 23 18:22:36 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2017/04/23 02:02:00 christos Exp $
+# $NetBSD: Makefile,v 1.19 2017/04/23 18:22:36 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -194,6 +194,7 @@
 -DHAVE_SYS_TYPES_H=1 \
 -DHAVE_TREE_H=1 \
 -DHAVE_UNISTD_H=1 \
+-DHAVE_UTEMPTER=1 \
 -DHAVE_UTIL_H=1 \
 -DHAVE_VIS=1 \
 -DHAVE___PROGNAME=1 \



Home | Main Index | Thread Index | Old Index