diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-03 19:53:41 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-03 19:53:41 +0000 |
commit | 38ef52cf23a7d11f4cda55a0e014d9d7aceee7dc (patch) | |
tree | d069c075eca7723422babd11e51b62e41ecd08fb /www/cgicc | |
parent | 2c132407200855b091773fbc0efe96fbee6b98e4 (diff) | |
download | ports-38ef52cf23a7d11f4cda55a0e014d9d7aceee7dc.tar.gz ports-38ef52cf23a7d11f4cda55a0e014d9d7aceee7dc.zip |
Notes
Diffstat (limited to 'www/cgicc')
-rw-r--r-- | www/cgicc/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile index 5bf7b20db07c..a84f12e8b185 100644 --- a/www/cgicc/Makefile +++ b/www/cgicc/Makefile @@ -16,16 +16,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME} 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 <bsd.port.pre.mk> +post-patch: + @${REINPLACE_CMD} -e 's|-pedantic||g' ${WRKSRC}/configure -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |