At 9:08 PM -0500 3/30/02, Chris Zubrzycki wrote: > >I am working on building c-kermit, and I wanted to use ncurses. the >makefile has a build option for mac os x with curses as well as >ncurses, but if I ise the ncurses option, it tells me ncurses.h >cannot be found. what is the best way to patch the makefile to use >the fink package?
If there is no configure script, try adding this to your info file: SetCFLAGS: -I%p/include SetLDFLAGS: -L%p/lib That will add the search paths for fink's headers and libs. -Ben -- http://homepage.mac.com/bhines/ _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
