From 903a4bea81f45e95a622d96d4c3e54ae6c66ab71 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 16 Mar 2006 17:32:03 +0000 Subject: Never use -Wid-clash-30. It is dead, Jim. --- net/host/distinfo | 4 ++-- net/host/patches/patch-ab | 18 +++++++++++++++++- 2 files changed, 19 insertions(+), 3 deletions(-) (limited to 'net/host') diff --git a/net/host/distinfo b/net/host/distinfo index d432b28d3dd..31a941ca8c0 100644 --- a/net/host/distinfo +++ b/net/host/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2005/04/16 12:44:49 wiz Exp $ +$NetBSD: distinfo,v 1.8 2006/03/16 17:32:03 joerg Exp $ SHA1 (host-20040812.tar.gz) = 02027effe88a851e6cecf133cef8ba096af48258 RMD160 (host-20040812.tar.gz) = d8fc5a0a4218eae75bcd14cce4353f82f049175e Size (host-20040812.tar.gz) = 147758 bytes SHA1 (patch-aa) = bf2d0b44271feed9a1e595d78e34304052e34ab5 -SHA1 (patch-ab) = fe6011e2f5eb7e69e8589ead246fd4f574f77c31 +SHA1 (patch-ab) = 4a5cde3d31deb4855f25a31af0d429d1278689c0 diff --git a/net/host/patches/patch-ab b/net/host/patches/patch-ab index 7212770c718..a944ac38e21 100644 --- a/net/host/patches/patch-ab +++ b/net/host/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.3 2005/04/16 12:44:49 wiz Exp $ +$NetBSD: patch-ab,v 1.4 2006/03/16 17:32:03 joerg Exp $ --- Makefile.BSD.orig 2004-08-12 22:30:04.000000000 +0200 +++ Makefile.BSD @@ -27,3 +27,19 @@ $NetBSD: patch-ab,v 1.3 2005/04/16 12:44:49 wiz Exp $ # this check is a nasty hack and will break building 'host' in the # NetBSD source tree on any host that doesn't have this file.... +@@ -124,7 +127,6 @@ CWARNFLAGS += -Wcomment + CWARNFLAGS += -Wtraditional + CWARNFLAGS += -Wcast-qual + # -Wid-clash-LEN is sadly no longer supported in 3.2.2 +-CWARNFLAGS += -Wid-clash-30 + CWARNFLAGS += -Wpointer-arith + CWARNFLAGS += -Wshadow + # +@@ -167,7 +169,6 @@ __GNULD__ ?= 1 + .if ${__GNULD__} >= 1 + LDFLAGS += -W + LDFLAGS += -Wall +-LDFLAGS += -Wid-clash-30 + LDFLAGS += -Wl,--warn-common + .endif + -- cgit v1.2.3