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 Provide the correct feature m...



details:   https://anonhg.NetBSD.org/src/rev/253be0771a7c
branches:  trunk
changeset: 791617:253be0771a7c
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Nov 26 01:27:20 2013 +0000

description:
Provide the correct feature macros, so that we get to include our own
files not the compat copies.

diffstat:

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

diffs (19 lines):

diff -r 7a926b8a8861 -r 253be0771a7c external/bsd/tmux/usr.bin/tmux/Makefile
--- a/external/bsd/tmux/usr.bin/tmux/Makefile   Tue Nov 26 01:26:41 2013 +0000
+++ b/external/bsd/tmux/usr.bin/tmux/Makefile   Tue Nov 26 01:27:20 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2011/09/17 01:48:46 christos Exp $
+# $NetBSD: Makefile,v 1.10 2013/11/26 01:27:20 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -179,7 +179,8 @@
 CPPFLAGS+=     -DHAVE_PATHS_H=1
 CPPFLAGS+=     -DHAVE_STDINT_H=1
 CPPFLAGS+=     -DHAVE_SYS_DIR_H=1
-CPPFLAGS+=     -DHAVE_SYS_TREE_H=1
+CPPFLAGS+=     -DHAVE_QUEUE_H=1
+CPPFLAGS+=     -DHAVE_TREE_H=1
 CPPFLAGS+=     -DHAVE_TERM_H=1
 CPPFLAGS+=     -DHAVE_UTIL_H=1
 CPPFLAGS+=     -DHAVE_LIBRT=1



Home | Main Index | Thread Index | Old Index