diff options
author | Lukc <lukc@upyum.com> | 2010-12-21 10:47:11 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-21 10:47:11 +0100 |
commit | ec72334c86250cf4bad25a171e37f91e7a629075 (patch) | |
tree | 21826636c6968876f5619fbf276faf6b767c0d59 /ncurses | |
parent | c4f481ee50bc9b2ccecc99a62524fcf9e4d3af5c (diff) | |
download | base-ec72334c86250cf4bad25a171e37f91e7a629075.tar.gz base-ec72334c86250cf4bad25a171e37f91e7a629075.tar.bz2 base-ec72334c86250cf4bad25a171e37f91e7a629075.tar.xz base-ec72334c86250cf4bad25a171e37f91e7a629075.zip |
Mise à jour de NCurses.
Diffstat (limited to 'ncurses')
-rw-r--r-- | ncurses/Pkgfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ncurses/Pkgfile b/ncurses/Pkgfile index df88789..bf8fec3 100644 --- a/ncurses/Pkgfile +++ b/ncurses/Pkgfile @@ -12,6 +12,8 @@ build () { cd $name-$version; local opts=( + ${CHOST:+-build=${CHOST}} + ${CTARGET:+-host=${CTARGET}} --with-install-prefix=$PKG --prefix=$prefix --with-normal |