Module Name: src
Committed By: christos
Date: Sun Apr 23 18:22:36 UTC 2017
Modified Files:
src/external/bsd/tmux/usr.bin/tmux: Makefile
Log Message:
Add our utempter since it now everything works.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/external/bsd/tmux/usr.bin/tmux/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/tmux/usr.bin/tmux/Makefile
diff -u src/external/bsd/tmux/usr.bin/tmux/Makefile:1.18 src/external/bsd/tmux/usr.bin/tmux/Makefile:1.19
--- src/external/bsd/tmux/usr.bin/tmux/Makefile:1.18 Sat Apr 22 22:02:00 2017
+++ src/external/bsd/tmux/usr.bin/tmux/Makefile Sun Apr 23 14:22:36 2017
@@ -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 @@ CPPFLAGS+= \
-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 \