aboutsummaryrefslogtreecommitdiff
path: root/www/quickie
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2007-10-07 02:37:49 +0000
committerBeech Rintoul <beech@FreeBSD.org>2007-10-07 02:37:49 +0000
commita4af37e2df2c908765329244f0e703ae78c0859a (patch)
tree978ab07235ab60d31bb691f55ce6bfd4a32ff5f9 /www/quickie
parent6978797a8f8d2a6808e73f190f6dd1cb73bb1599 (diff)
downloadports-a4af37e2df2c908765329244f0e703ae78c0859a.tar.gz
ports-a4af37e2df2c908765329244f0e703ae78c0859a.zip
- Fix build with gcc-4.2
Approved by: Shaun Amott <shaun@FreeBSD.org> (maintainer), sat (mentor, implicit
Notes
Notes: svn path=/head/; revision=201023
Diffstat (limited to 'www/quickie')
-rw-r--r--www/quickie/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/quickie/Makefile b/www/quickie/Makefile
index afaa318d9ae5..42a797defeb8 100644
--- a/www/quickie/Makefile
+++ b/www/quickie/Makefile
@@ -37,12 +37,12 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 700042
-BROKEN= Does not compile with GCC 4.2
-.endif
-
post-patch:
@${CP} ${FILESDIR}/freebsd.h ${WRKSRC}/lib
+ @${REINPLACE_CMD} -e 's|output_html_quote::name()|name()|' \
+ ${WRKSRC}/lib/output/html_quote.h
+ @${REINPLACE_CMD} -e 's|input_uudecode::read_inner|read_inner|' \
+ ${WRKSRC}/lib/input/uudecode.h
pre-install:
@${MKDIR} ${DATADIR}/admin