diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-04-17 01:44:17 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-04-17 01:44:17 +0000 |
commit | fecba074ef1cd0457196cf56aaaf11d58df16c71 (patch) | |
tree | 28f2334027385cbdf935acfbda2ff57fbdd35f2d /textproc | |
parent | 05edb323e699dd806d20640aea9c66116d806fa1 (diff) | |
download | ports-fecba074ef1cd0457196cf56aaaf11d58df16c71.tar.gz ports-fecba074ef1cd0457196cf56aaaf11d58df16c71.zip |
Notes
Diffstat (limited to 'textproc')
-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> |