From 38ef52cf23a7d11f4cda55a0e014d9d7aceee7dc Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Mon, 3 Nov 2003 19:53:41 +0000 Subject: - Fix build on -current PR: 58881 Submitted by: Ports Fury --- www/cgicc/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'www/cgicc') 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 +post-patch: + @${REINPLACE_CMD} -e 's|-pedantic||g' ${WRKSRC}/configure -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.endif - -.include +.include -- cgit v1.2.3