summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2023-06-28 22:47:39 +0000
committerwiz <wiz@NetBSD.org>2023-06-28 22:47:39 +0000
commit6718b1d44a9f1821ce7b9ef2ac90e000d76b80de (patch)
tree7d7cb7a2043e435aefbbc8a7938dab70780ece27 /external
parent3360a2f852266a4a75991aabb9db86198ad58a05 (diff)
tmux: also set HAVE_REALLOCARRAY
Diffstat (limited to 'external')
-rw-r--r--external/bsd/tmux/usr.bin/tmux/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/external/bsd/tmux/usr.bin/tmux/Makefile b/external/bsd/tmux/usr.bin/tmux/Makefile
index 2fe5daee760..e7e94426ec0 100644
--- a/external/bsd/tmux/usr.bin/tmux/Makefile
+++ b/external/bsd/tmux/usr.bin/tmux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2023/06/28 22:21:48 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2023/06/28 22:47:39 wiz Exp $
.include <bsd.own.mk>
@@ -163,7 +163,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.
-# HAVE_VIS and HAVE_TREE_H added manually; HAVE_BSD_GETOPT_H necessary due to local patches
+# HAVE_REALLOCARRAY, HAVE_TREE_H, HAVE_VIS added manually; HAVE_BSD_GETOPT_H necessary due to local patches
CPPFLAGS+= \
-DHAVE_ASPRINTF=1 \
-DHAVE_B64_NTOP=1 \
@@ -193,6 +193,7 @@ CPPFLAGS+= \
-DHAVE_PATHS_H=1 \
-DHAVE_PROC_PID=1 \
-DHAVE_QUEUE_H=1 \
+-DHAVE_REALLOCARRAY=1 \
-DHAVE_SETENV=1 \
-DHAVE_SETPROCTITLE=1 \
-DHAVE_STDINT_H=1 \