textproc/rtf2htm files to make due to malloc.h include in malloc.c Fix: If there's somewhere else I should be looking to fix these, please drop me a helpful hint! Tks. > --- malloc.c.orig Wed Nov 21 12:59:03 2001 > +++ malloc.c Wed Nov 21 12:59:15 2001 > @@ -37,7 +37,7 @@ > #ifndef BSD > > #ifndef TURBO_C > -#include <malloc.h> > +#include <stdlib.h> > #else > #include <alloc.h> > #endif How-To-Repeat: cd /usr/ports/textproc/rtf2htm ; make install
State Changed From-To: open->closed Committed (but use perl patch in port Makefile instead), Thanks for the report!