On 2/23/07, Daniel Rindt <[EMAIL PROTECTED]> wrote:
>
> after ./configure do the following:
>
> cp -v ./talk/Makefile{,.orig}
> sed -e "/^NCURSES_INCLUDE = /s/-I\/usr\/include\/ncurses//" \
>         ./talk/Makefile.orig > ./talk/Makefile

For future reference, if you ever need to override a make variable,
you can just pass it in as an argument to make. I.e.,

make NCURSES_INCLUDE=

Make will prefer the null value you've provided.

--
Dan
_______________________________________________
Clfs-dev mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-dev

Reply via email to