pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/tmux



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Fri Jan 28 19:16:01 UTC 2022

Modified Files:
        pkgsrc/misc/tmux: Makefile

Log Message:
USE_FEATURES+=strnlen to fix gcc10 build on Snow Leopard.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/misc/tmux/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/tmux/Makefile
diff -u pkgsrc/misc/tmux/Makefile:1.57 pkgsrc/misc/tmux/Makefile:1.58
--- pkgsrc/misc/tmux/Makefile:1.57      Wed Dec 29 19:18:39 2021
+++ pkgsrc/misc/tmux/Makefile   Fri Jan 28 19:16:01 2022
@@ -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



Home | Main Index | Thread Index | Old Index