diff options
author | mezz <mezz@FreeBSD.org> | 2008-04-17 09:44:17 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-04-17 09:44:17 +0800 |
commit | 0e374fa9499acd821ce08274f6a0336ac346afe8 (patch) | |
tree | 7f105a5912a8f48ca2927979db2c1f5e73bb4bf1 /textproc/enchant | |
parent | 5f28d23e0ad3d587a6125de4d6781a9046207686 (diff) | |
download | freebsd-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/Makefile | 6 |
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> |