aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/enchant
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2008-04-17 09:44:17 +0800
committermezz <mezz@FreeBSD.org>2008-04-17 09:44:17 +0800
commit0e374fa9499acd821ce08274f6a0336ac346afe8 (patch)
tree7f105a5912a8f48ca2927979db2c1f5e73bb4bf1 /textproc/enchant
parent5f28d23e0ad3d587a6125de4d6781a9046207686 (diff)
downloadfreebsd-ports-gnome-0e374fa9499acd821ce08274f6a0336ac346afe8.tar.gz
freebsd-ports-gnome-0e374fa9499acd821ce08274f6a0336ac346afe8.tar.zst
freebsd-ports-gnome-0e374fa9499acd821ce08274f6a0336ac346afe8.zip
Correct the patch.
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>