diff options
author | obache <obache@pkgsrc.org> | 2007-12-22 11:18:17 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-12-22 11:18:17 +0000 |
commit | f70c6ead95d58b39ebebd4e3085c64ff92e005f9 (patch) | |
tree | 09eb1c9a596dda9a1a2e761294a1baea3e936111 /net/napshare/patches | |
parent | 664171769f8a577eb433944b0145a93963811387 (diff) | |
download | pkgsrc-f70c6ead95d58b39ebebd4e3085c64ff92e005f9.tar.gz |
Fix build failuer with gcc4 (static v.s. extern).
Diffstat (limited to 'net/napshare/patches')
-rw-r--r-- | net/napshare/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/napshare/patches/patch-aa b/net/napshare/patches/patch-aa new file mode 100644 index 00000000000..bb958b9d547 --- /dev/null +++ b/net/napshare/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.5 2007/12/22 11:18:18 obache Exp $ + +--- src/gnutella.h.orig 2003-10-19 13:31:37.000000000 +0000 ++++ src/gnutella.h +@@ -472,8 +472,6 @@ extern gint socks_protocol; + extern gchar *proxy_ip; + extern gint proxy_port; + +-extern guint32 gnutella_welcome_length; +- + extern gchar *socksv5_user; + extern gchar *socksv5_pass; + |