Module Name: src
Committed By: christos
Date: Fri Jan 16 20:13:34 UTC 2015
Modified Files:
src/external/bsd/tmux/usr.bin/tmux: Makefile
Log Message:
kill another copy of strtonum
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 src/external/bsd/tmux/usr.bin/tmux/Makefile:1.13
--- src/external/bsd/tmux/usr.bin/tmux/Makefile:1.12 Thu Jul 24 11:11:09 2014
+++ src/external/bsd/tmux/usr.bin/tmux/Makefile Fri Jan 16 15:13:34 2015
@@ -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 @@ CPPFLAGS+= -I${SRCDIR} -I${.CURDIR}
# 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