From bbbb271e7bfa57be724f7278cf9ebb0c877ac5a1 Mon Sep 17 00:00:00 2001 From: arved Date: Tue, 19 Dec 2006 18:36:18 +0000 Subject: Don't build with -Werror, to fix build with gcc41 --- net/scand/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net/scand') diff --git a/net/scand/Makefile b/net/scand/Makefile index d1b34ec8f8d0..e1611f7acecf 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: -- cgit