summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2022-01-28 19:16:01 +0000
committerschmonz <schmonz@pkgsrc.org>2022-01-28 19:16:01 +0000
commit74ed26981ece30d90d46dbb099615acf144625c4 (patch)
tree42f31b68f190a96267731faa1ca4566f60bddf43
parent5fed6f4465286ad2a26ab0fc2a1e3cae96240469 (diff)
downloadpkgsrc-74ed26981ece30d90d46dbb099615acf144625c4.tar.gz
USE_FEATURES+=strnlen to fix gcc10 build on Snow Leopard.
-rw-r--r--misc/tmux/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/tmux/Makefile b/misc/tmux/Makefile
index c5372db14d4..89ce673a3e1 100644
--- a/misc/tmux/Makefile
+++ b/misc/tmux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2021/12/29 19:18:39 rhialto Exp $
+# $NetBSD: Makefile,v 1.58 2022/01/28 19:16:01 schmonz Exp $
DISTNAME= tmux-3.2a
CATEGORIES= misc
@@ -14,6 +14,7 @@ GNU_CONFIGURE= yes
USE_TERMINFO= yes
USE_TOOLS+= pkg-config
+USE_FEATURES+= strnlen
SUBST_CLASSES+= sysconfdir
SUBST_STAGE.sysconfdir= pre-configure