vis

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

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

commit 86236acf792387bb4fff5f4fd188503b3101d71c
parent 4dd5077ad8397d082070f777ed6ff454c435f2f7
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Tue, 10 Nov 2015 12:19:45 +0100

build: try to fix make standalone for multiarch systems

Force ncurses libdir to be /usr/lib not /usr/lib64.

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

diff --git a/Makefile b/Makefile @@ -123,7 +123,7 @@ dependency/sources/extract-libncurses: dependency/sources/$(LIBNCURSES).tar.gz touch $@ dependency/sources/configure-libncurses: dependency/sources/extract-libncurses - cd $(dir $<)/$(LIBNCURSES) && ./configure --prefix=/usr $(LIBNCURSES_CONFIG) + cd $(dir $<)/$(LIBNCURSES) && ./configure --prefix=/usr --libdir=/usr/lib $(LIBNCURSES_CONFIG) touch $@ dependency/sources/build-libncurses: dependency/sources/configure-libncurses