From 4b45b5ae27f20374f9d9a101c80cc10851e80b89 Mon Sep 17 00:00:00 2001 From: Jonathan Perkin Date: Tue, 29 Sep 2020 11:27:17 +0100 Subject: [PATCH] *: Add libutempter support to various packages. Resolves the rest of joyent/pkgsrc#284. --- misc/tmux/Makefile | 2 ++ x11/xterm/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/misc/tmux/Makefile b/misc/tmux/Makefile index 287e0fcf0adb..204f99ad4ac8 100644 --- a/misc/tmux/Makefile +++ b/misc/tmux/Makefile @@ -17,6 +17,8 @@ CONFIGURE_ARGS+= --enable-sixel USE_TOOLS+= pkg-config USE_FEATURES+= strnlen +CONFIGURE_ARGS+= --enable-utempter + SUBST_CLASSES+= sysconfdir SUBST_STAGE.sysconfdir= pre-configure SUBST_MESSAGE.sysconfdir= Do not force sysconfdir to /etc diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index e8fddef37b3c..c98969b1dcca 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -39,6 +39,8 @@ CONFIGURE_ARGS+= --enable-narrowproto CONFIGURE_ARGS+= --enable-wide-chars .endif +CONFIGURE_ARGS+= --with-utempter + .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" ###