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 kill another copy of strtonum



details:   https://anonhg.NetBSD.org/src/rev/063136c53982
branches:  trunk
changeset: 335601:063136c53982
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jan 16 20:13:34 2015 +0000

description:
kill another copy of strtonum

diffstat:

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

diffs (17 lines):

diff -r a745234e1e47 -r 063136c53982 external/bsd/tmux/usr.bin/tmux/Makefile
--- a/external/bsd/tmux/usr.bin/tmux/Makefile   Fri Jan 16 20:12:28 2015 +0000
+++ b/external/bsd/tmux/usr.bin/tmux/Makefile   Fri Jan 16 20:13:34 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2014/07/24 15:11:09 christos Exp $
+# $NetBSD: Makefile,v 1.13 2015/01/16 20:13:34 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -154,6 +154,7 @@
 # Would be nicer to stick this in a config.h file, but the upstream code
 # does not use one at this moment.
 
+CPPFLAGS+=     -DHAVE_STRTONUM=1 -D_OPENBSD_SOURCE
 CPPFLAGS+=     -DHAVE_ASPRINTF=1
 CPPFLAGS+=     -DHAVE_B64_NTOP=1
 CPPFLAGS+=     -DHAVE_BITSTRING_H=1



Home | Main Index | Thread Index | Old Index