summaryrefslogtreecommitdiff
path: root/net/host
diff options
context:
space:
mode:
authorjoerg <joerg>2006-03-16 17:32:03 +0000
committerjoerg <joerg>2006-03-16 17:32:03 +0000
commit903a4bea81f45e95a622d96d4c3e54ae6c66ab71 (patch)
treedb62056388b0b494d88c65e26237d5e1ae21e56e /net/host
parentc43d31754a16af6107d4e066cee3974f08a7cab3 (diff)
downloadpkgsrc-903a4bea81f45e95a622d96d4c3e54ae6c66ab71.tar.gz
Never use -Wid-clash-30. It is dead, Jim.
Diffstat (limited to 'net/host')
-rw-r--r--net/host/distinfo4
-rw-r--r--net/host/patches/patch-ab18
2 files changed, 19 insertions, 3 deletions
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
+