pkgsrc-WIP-discuss archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: dealing with curses/ncurses conflict in pkgsrc



On Fri, 6 May 2005, Greg Schenzel wrote:

No, not at all. The point is that I don't want it to use ncurses, but I
can't remove /usr/pkg/include from the compilation path unless I
hand-hack it just for that program (resize). The ncurses unctrl.h
(under /usr/pkg/include) is unfortunately getting called instead of the
one under /usr/include from /usr/include/curses.h.

So really, you want both directories but in a different order?  How about:

CPPFLAGS= -I/usr/include ${CPPFLAGS}

just before your build?

Of course, pkglint wouldnt like that though... maybe some patch to the makefile to the same effect?

iain


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss



Home | Main Index | Thread Index | Old Index