wok-current rev 10092
ncurses: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 07:22:23 2011 +0000 (2011-05-20) |
parents | 4d84a55fb207 |
children | 0219c11c76d5 |
files | ncurses/receipt |
line diff
1.1 --- a/ncurses/receipt Fri May 20 07:18:56 2011 +0000 1.2 +++ b/ncurses/receipt Fri May 20 07:22:23 2011 +0000 1.3 @@ -31,7 +31,8 @@ 1.4 --sysconfdir=/etc \ 1.5 --with-shared \ 1.6 --without-debug \ 1.7 - --without-ada && 1.8 + --without-ada \ 1.9 + $CONFIGURE_ARGS && 1.10 make && make install 1.11 } 1.12