diff options
author | arved <arved@FreeBSD.org> | 2006-12-20 02:36:18 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-12-20 02:36:18 +0800 |
commit | bbbb271e7bfa57be724f7278cf9ebb0c877ac5a1 (patch) | |
tree | 8684cc562ed3960ae91519591ffb7f9295a85d6f /net/scand | |
parent | cb9c21d0b377dde7986b949c281c62688ad4e053 (diff) | |
download | freebsd-ports-graphics-bbbb271e7bfa57be724f7278cf9ebb0c877ac5a1.tar.gz freebsd-ports-graphics-bbbb271e7bfa57be724f7278cf9ebb0c877ac5a1.tar.zst freebsd-ports-graphics-bbbb271e7bfa57be724f7278cf9ebb0c877ac5a1.zip |
Don't build with -Werror, to fix build with gcc41
Diffstat (limited to 'net/scand')
-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: |