dialog: small fix for building with ncurses wide character support (rev 1417)

This commit is contained in:
Matt Housh 2006-05-22 15:13:32 +00:00
parent 1c191e53f5
commit f9b44050e8

View File

@ -5,12 +5,12 @@
name=dialog
version=1.0-20060126
release=1
release=2
source=(ftp://dickey.his.com/dialog/$name-$version.tgz)
build () {
cd $name-$version
./configure --prefix=/usr --with-ncurses
./configure --prefix=/usr --with-ncursesw
make
make DESTDIR=$PKG install
}