--- .zfs/snapshot/2011-03-25/sysutils/pftop/Makefile 2011-03-25 21:55:02.000000000 +0100 +++ sysutils/pftop/Makefile 2011-03-25 23:43:18.686796644 +0100 @@ -29,7 +29,7 @@ .endif .if ${OSVERSION} >= 900000 -BROKEN= does not compile on 9.X +CFLAGS+= -DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1 .endif MAKE_ENV+= __MAKE_CONF=/dev/null @@ -41,6 +41,7 @@ ${WRKSRC}/engine.c @${REINPLACE_CMD} -e 's|__dead|__dead2|g' ${WRKSRC}/sf-gencode.h @${REINPLACE_CMD} -e 's|__dead|__dead2|g' ${WRKSRC}/sf-gencode.c + @${REINPLACE_CMD} -e 's|__inline__|static __inline__|g' ${WRKSRC}/pftop.c @${REINPLACE_CMD} -e 's|#include ||g' \ ${WRKSRC}/sf-gencode.c