From c8fe412933c42405481a7b1a8dea587f4c64e39b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Tue, 10 Oct 2017 07:15:50 +0000 Subject: [PATCH] 6.0+20170902-2: enable libtic and libtinfo --- PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 3cd4790..0144a80 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ncurses _pkgver=6.0-20170902 pkgver=${_pkgver/-/+} -pkgrel=1 +pkgrel=2 pkgdesc='System V Release 4.0 curses emulation library' arch=(i686 x86_64) url='http://invisible-island.net/ncurses/ncurses.html' @@ -23,7 +23,8 @@ build() { ./configure --prefix=/usr --mandir=/usr/share/man \ --with-pkg-config-libdir=/usr/lib/pkgconfig \ --with-shared --with-normal --without-debug --without-ada \ - --enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared + --enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared \ + --with-termlib=tinfo --with-ticlib=tic make }