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 | |
parent | 664171769f8a577eb433944b0145a93963811387 (diff) | |
download | pkgsrc-f70c6ead95d58b39ebebd4e3085c64ff92e005f9.tar.gz |
Fix build failuer with gcc4 (static v.s. extern).
-rw-r--r-- | net/napshare/distinfo | 3 | ||||
-rw-r--r-- | net/napshare/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/net/napshare/distinfo b/net/napshare/distinfo index fe46b8777d6..274f24e1bbe 100644 --- a/net/napshare/distinfo +++ b/net/napshare/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.7 2005/02/24 12:13:54 agc Exp $ +$NetBSD: distinfo,v 1.8 2007/12/22 11:18:17 obache Exp $ SHA1 (napshare-1.3.tar.gz) = 3024787bfa39a407771566f7703c59e08bb272ba RMD160 (napshare-1.3.tar.gz) = b2e000cdd652ebd02855ea0c1f7878b5fcc6ecf6 Size (napshare-1.3.tar.gz) = 222900 bytes +SHA1 (patch-aa) = d74807c768ab94aa61aceaa7eac6fdf351282714 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; + |