diff options
author | khorben <khorben@pkgsrc.org> | 2015-02-04 20:02:04 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2015-02-04 20:02:04 +0000 |
commit | d3918a8639d15609e8e4496b41e368b55fcad766 (patch) | |
tree | 24fb43c991b7c7108dbc42775bafdf598b09d745 /www | |
parent | 2a86c9ae9b6e65546d53a17deb3aad51066a5a63 (diff) | |
download | pkgsrc-d3918a8639d15609e8e4496b41e368b55fcad766.tar.gz |
Re-introduced a part of this patch which was not fully applied upstream
Diffstat (limited to 'www')
-rw-r--r-- | www/deforaos-surfer/distinfo | 3 | ||||
-rw-r--r-- | www/deforaos-surfer/patches/patch-src_download.c | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/www/deforaos-surfer/distinfo b/www/deforaos-surfer/distinfo index 21988031f2b..fa5c2f532cd 100644 --- a/www/deforaos-surfer/distinfo +++ b/www/deforaos-surfer/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/01/27 00:36:44 khorben Exp $ +$NetBSD: distinfo,v 1.5 2015/02/04 20:02:04 khorben Exp $ SHA1 (Surfer-0.2.7.tar.gz) = 82438f757f7807aa15eab962832d49d355684a76 RMD160 (Surfer-0.2.7.tar.gz) = dfa041f26752ab570162e99ff1f3d69438324432 Size (Surfer-0.2.7.tar.gz) = 88108 bytes +SHA1 (patch-src_download.c) = 3a6b9c768302291e2d57a01c06b5cdcee76335e5 diff --git a/www/deforaos-surfer/patches/patch-src_download.c b/www/deforaos-surfer/patches/patch-src_download.c new file mode 100644 index 00000000000..86c47aac48e --- /dev/null +++ b/www/deforaos-surfer/patches/patch-src_download.c @@ -0,0 +1,12 @@ +$NetBSD: patch-src_download.c,v 1.4 2015/02/04 20:02:04 khorben Exp $ + +--- src/download.c.orig 2014-12-24 17:59:14.000000000 +0000 ++++ src/download.c +@@ -35,6 +35,7 @@ + #endif + #include <System.h> + #ifdef WITH_WEBKIT ++# include <netdb.h> + # include <arpa/inet.h> + # include <webkit/webkit.h> + #else |