I think my previous message bounced. I added the following two lines to the build for texinfo, which seems to fix the build issues.
CPPFLAGS="%{l_cppflags ncurses}" \
LDFLAGS="%{l_ldflags}" \
On 1/25/07, Doug Henry <[EMAIL PROTECTED]> wrote:
The texinfo package (stable and current) will fail to build if curses
library is not installed on the host system. Installing ncurses from
openpkg does not fix the problem. Adding %{l_cppflags ncurses} to CFLAGS
seems to help.
