diff -urN /usr/ports/www/cgicc/Makefile www/cgicc/Makefile --- /usr/ports/www/cgicc/Makefile Sun Nov 2 19:38:07 2003 +++ www/cgicc/Makefile Mon Nov 3 15:51:04 2003 @@ -16,16 +16,14 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A C++ class library for writing CGI applications +USE_REINPLACE= yes USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS} INSTALLS_SHLIB= yes -.include +post-patch: + @${REINPLACE_CMD} -e 's|-pedantic||g' ${WRKSRC}/configure -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.endif - -.include +.include