diff options
Diffstat (limited to 'net/scand/Makefile')
-rw-r--r-- | net/scand/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/scand/Makefile b/net/scand/Makefile index d1b34ec8f8d..e1611f7acec 100644 --- a/net/scand/Makefile +++ b/net/scand/Makefile @@ -20,7 +20,8 @@ MAN8= scand.8 scandctl.8 MANCOMPRESSED= yes post-patch: - @${REINPLACE_CMD} -E -e "s|(install:.*)installscript(.*)|\1\2|" \ + @${REINPLACE_CMD} -E -e "s|(install:.*)installscript(.*)|\1\2|; \ + s|-Werror||g" \ ${WRKSRC}/Makefile post-install: |