diff options
author | krion <krion@FreeBSD.org> | 2003-11-03 19:53:41 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-11-03 19:53:41 +0000 |
commit | 2b18df190f29a12738ed0f2f150434759440bd07 (patch) | |
tree | d5a2364377a13c0249aaf7ac29bb0f4417f75bd2 /www/cgicc | |
parent | 77c3f0cb02f609989b9676475d01e83936f56126 (diff) | |
download | FreeBSD-ports-2b18df190f29a12738ed0f2f150434759440bd07.zip FreeBSD-ports-2b18df190f29a12738ed0f2f150434759440bd07.tar.gz |
- Fix build on -current
PR: 58881
Submitted by: Ports Fury
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 5bf7b20..a84f12e 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> |