aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-11-04 03:53:41 +0800
committerkrion <krion@FreeBSD.org>2003-11-04 03:53:41 +0800
commit2b18df190f29a12738ed0f2f150434759440bd07 (patch)
treed5a2364377a13c0249aaf7ac29bb0f4417f75bd2 /www
parent77c3f0cb02f609989b9676475d01e83936f56126 (diff)
downloadfreebsd-ports-gnome-2b18df190f29a12738ed0f2f150434759440bd07.tar.gz
freebsd-ports-gnome-2b18df190f29a12738ed0f2f150434759440bd07.tar.zst
freebsd-ports-gnome-2b18df190f29a12738ed0f2f150434759440bd07.zip
- Fix build on -current
PR: 58881 Submitted by: Ports Fury
Diffstat (limited to 'www')
-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>