aboutsummaryrefslogtreecommitdiff
path: root/textproc/enchant
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2008-04-17 01:44:17 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2008-04-17 01:44:17 +0000
commitfecba074ef1cd0457196cf56aaaf11d58df16c71 (patch)
tree28f2334027385cbdf935acfbda2ff57fbdd35f2d /textproc/enchant
parent05edb323e699dd806d20640aea9c66116d806fa1 (diff)
downloadports-fecba074ef1cd0457196cf56aaaf11d58df16c71.tar.gz
ports-fecba074ef1cd0457196cf56aaaf11d58df16c71.zip
Correct the patch.
Notes
Notes: svn path=/head/; revision=211425
Diffstat (limited to 'textproc/enchant')
-rw-r--r--textproc/enchant/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile
index b9af621079e8..493bd927532f 100644
--- a/textproc/enchant/Makefile
+++ b/textproc/enchant/Makefile
@@ -72,9 +72,9 @@ post-patch:
${WRKSRC}/install-sh
.if ${OSVERSION} < 700042
@${REINPLACE_CMD} -E -e "s|-Wunsafe-loop-optimizations ||g" \
- -e "s|no-missing-field-initializers ||g" \
- -e "s|no-attributes ||g" \
- ${WRKSRC}/configure
+ -e "s|-Wno-missing-field-initializers ||g" \
+ -e "s|-Wno-attributes ||g" \
+ ${WRKSRC}/configure
.endif
.include <bsd.port.post.mk>