summaryrefslogtreecommitdiffstats
path: root/ncurses
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2011-01-08 17:02:51 +0100
committerLukc <lukc@upyum.com>2011-01-08 17:02:51 +0100
commit0e9d94588a7865e7f3434750671bd6100706f063 (patch)
tree414d6c5ff43062d56d24885a89060eb361b89517 /ncurses
parent6aeb1a36bfffc8fdfc2fc15e1edaf9064f4f9b80 (diff)
downloadbase-0e9d94588a7865e7f3434750671bd6100706f063.tar.gz
base-0e9d94588a7865e7f3434750671bd6100706f063.tar.bz2
base-0e9d94588a7865e7f3434750671bd6100706f063.tar.xz
base-0e9d94588a7865e7f3434750671bd6100706f063.zip
Correction à cause de cet enfoiré de développeur de pkg++ qui casse toujours tout. :@
Diffstat (limited to 'ncurses')
-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