summaryrefslogtreecommitdiff
path: root/www/cgicc
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-03 19:53:41 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-03 19:53:41 +0000
commit38ef52cf23a7d11f4cda55a0e014d9d7aceee7dc (patch)
treed069c075eca7723422babd11e51b62e41ecd08fb /www/cgicc
parent- Fix build on -current (diff)
- Fix build on -current
PR: 58881 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=92992
Diffstat (limited to 'www/cgicc')
-rw-r--r--www/cgicc/Makefile10
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>