vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 5863027be83698ede1f74dbb27d5cbeca43a3d64
parent 126e4d054495d84b43379db3cd9a258e52e0e274
Author: Christian Hesse <mail@eworm.de>
Date:   Wed, 23 Mar 2016 12:58:10 +0100

fix dependencies for standalone build

Diffstat:
MGNUmakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile @@ -87,7 +87,7 @@ dependency/sources/extract-libtermkey: dependency/sources/$(LIBTERMKEY).tar.gz tar xzf $< -C $(dir $<) touch $@ -dependency/sources/build-libtermkey: dependency/sources/extract-libtermkey +dependency/sources/build-libtermkey: dependency/sources/extract-libtermkey dependency/sources/install-libncurses # TODO no sane way to avoid pkg-config and specify LDFLAGS? sed -i 's/LDFLAGS+=-lncurses$$/LDFLAGS+=-lncursesw/g' $(dir $<)/$(LIBTERMKEY)/Makefile $(MAKE) -C $(dir $<)/$(LIBTERMKEY) PREFIX=$(DEPS_PREFIX) termkey.h libtermkey.la