pkgsrc-WIP-changes archive

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

tmux-git: enable sixel support



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Wed Sep 13 18:39:50 2023 +0200
Changeset:	b903a9c1f5128e2e739cd1bdacad49fd74f42ba6

Modified Files:
	tmux-git/Makefile

Log Message:
tmux-git: enable sixel support

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b903a9c1f5128e2e739cd1bdacad49fd74f42ba6

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

diffstat:
 tmux-git/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/tmux-git/Makefile b/tmux-git/Makefile
index 7058b5d3ec..eac0d4a61f 100644
--- a/tmux-git/Makefile
+++ b/tmux-git/Makefile
@@ -12,7 +12,8 @@ LICENSE=	public-domain # actually, dwtfywtpl
 USE_LANGUAGES=	c
 USE_TOOLS+=	autoconf automake pkg-config
 
-GNU_CONFIGURE=	yes
+GNU_CONFIGURE=		yes
+CONFIGURE_ARGS+=	--enable-sixel
 
 pre-configure:
 	cd ${WRKSRC} && autoreconf -fiv


Home | Main Index | Thread Index | Old Index