From 732c50115c126e7c76360cb157d906d2e92471f0 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Wed, 26 Jun 2013 21:08:46 -0400 Subject: [PATCH] Fix ncurses so that it installs its pc files (needed by VLC) --- stage2/pkg/ncurses | 1 + 1 file changed, 1 insertion(+) diff --git a/stage2/pkg/ncurses b/stage2/pkg/ncurses index 77435e6..fe8355d 100644 --- a/stage2/pkg/ncurses +++ b/stage2/pkg/ncurses @@ -7,6 +7,7 @@ hvconfig_pre() --libdir=/lib \ --with-shared \ --without-debug \ + --enable-pc-files \ --enable-widec \ --with-default-terminfo-dir=/usr/share/terminfo \ --with-manpage-format=normal" -- 2.20.1