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: tnn
Date: Thu Jun 2 18:27:24 UTC 2022
Modified Files:
pkgsrc/misc/tmux: Makefile
Log Message:
tmux: build with utf8proc on macOS as recommended by configure
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 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.59 pkgsrc/misc/tmux/Makefile:1.60
--- pkgsrc/misc/tmux/Makefile:1.59 Wed Jun 1 20:56:27 2022
+++ pkgsrc/misc/tmux/Makefile Thu Jun 2 18:27:24 2022
@@ -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 @@ BUILDLINK_TRANSFORM+= opt:-D_XPG4_2:-D_X
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