summaryrefslogtreecommitdiffstats
path: root/ncurses/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'ncurses/Pkgfile')
-rw-r--r--ncurses/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/ncurses/Pkgfile b/ncurses/Pkgfile
index bf8fec3..2b66589 100644
--- a/ncurses/Pkgfile
+++ b/ncurses/Pkgfile
@@ -8,12 +8,13 @@ name=ncurses
version=5.7
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
+
build ()
{
cd $name-$version;
local opts=(
- ${CHOST:+-build=${CHOST}}
- ${CTARGET:+-host=${CTARGET}}
+ ${CBUILD:+-build=${CBUILD}}
+ ${CHOST:+-host=${CHOST}}
--with-install-prefix=$PKG
--prefix=$prefix
--with-normal