Module Name: src Committed By: christos Date: Tue Nov 26 01:27:20 UTC 2013
Modified Files: src/external/bsd/tmux/usr.bin/tmux: Makefile Log Message: Provide the correct feature macros, so that we get to include our own files not the compat copies. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 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.9 src/external/bsd/tmux/usr.bin/tmux/Makefile:1.10 --- src/external/bsd/tmux/usr.bin/tmux/Makefile:1.9 Fri Sep 16 21:48:46 2011 +++ src/external/bsd/tmux/usr.bin/tmux/Makefile Mon Nov 25 20:27:20 2013 @@ -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_INTTYPES_H=1 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