pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/tmux tmux: build with utf8proc on macOS as recomm...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bcb4f15d9b7
branches:  trunk
changeset: 380273:4bcb4f15d9b7
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Jun 02 18:27:24 2022 +0000

description:
tmux: build with utf8proc on macOS as recommended by configure

diffstat:

 misc/tmux/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 7393e2cc8bcc -r 4bcb4f15d9b7 misc/tmux/Makefile
--- a/misc/tmux/Makefile        Thu Jun 02 18:19:47 2022 +0000
+++ b/misc/tmux/Makefile        Thu Jun 02 18:27:24 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2022/06/01 20:56:27 leot Exp $
+# $NetBSD: Makefile,v 1.60 2022/06/02 18:27:24 tnn Exp $
 
 DISTNAME=      tmux-3.3
 CATEGORIES=    misc
@@ -35,6 +35,11 @@
 CPPFLAGS+=     -D__DARWIN_VERS_1050=0
 .endif
 
+.if ${OPSYS} == "Darwin"
+CONFIGURE_ARGS+=       --enable-utf8proc
+.include "../../converters/utf8proc/buildlink3.mk"
+.endif
+
 .include "../../devel/libevent/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libevent+=       libevent>=2.0.10
 .include "../../mk/curses.buildlink3.mk"



Home | Main Index | Thread Index | Old Index