diff options
author | khorben <khorben@pkgsrc.org> | 2014-01-20 18:21:29 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2014-01-20 18:21:29 +0000 |
commit | 08555c317373ded1b4d60605c35a6bf7367a369a (patch) | |
tree | e85c520390972e5eac2bddec7fb88ffb183cac85 /www/deforaos-surfer | |
parent | 53e7c69354f1f4b46a291788b0c51b37c7883070 (diff) | |
download | pkgsrc-08555c317373ded1b4d60605c35a6bf7367a369a.tar.gz |
Imported commit d96951a93dfb3a082280bad561516ed90a1478bf upstream:
Added missing include for download(1) with WebKit (as by default).
Reported by Joerg Sonnenberger of NetBSD, thanks!
Fixes building the package, no version bump required AFAICS.
Diffstat (limited to 'www/deforaos-surfer')
-rw-r--r-- | www/deforaos-surfer/distinfo | 3 | ||||
-rw-r--r-- | www/deforaos-surfer/patches/patch-src_download.c | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/www/deforaos-surfer/distinfo b/www/deforaos-surfer/distinfo index a681da49638..20709d77444 100644 --- a/www/deforaos-surfer/distinfo +++ b/www/deforaos-surfer/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1 2012/12/17 01:36:28 khorben Exp $ +$NetBSD: distinfo,v 1.2 2014/01/20 18:21:29 khorben Exp $ SHA1 (Surfer-0.2.6.tar.gz) = 703845bb3ed893fbdabe379a818b8bc13406e55a RMD160 (Surfer-0.2.6.tar.gz) = 2fe1b484e6dd6dfc2207155c871b2ec9962281a0 Size (Surfer-0.2.6.tar.gz) = 75870 bytes +SHA1 (patch-src_download.c) = 6006275b4ba7a4fad8e7d6d2f1ae6d18af56a613 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..276df2ce42c --- /dev/null +++ b/www/deforaos-surfer/patches/patch-src_download.c @@ -0,0 +1,14 @@ +$NetBSD: patch-src_download.c,v 1.1 2014/01/20 18:21:29 khorben Exp $ + +Added missing include for download(1) with WebKit (as by default) + +--- src/download.c.orig 2012-10-06 01:34:55.000000000 +0000 ++++ src/download.c +@@ -32,6 +32,7 @@ + #include <gtk/gtk.h> + #include <System.h> + #ifdef WITH_WEBKIT ++# include <arpa/inet.h> + # include <webkit/webkit.h> + #else + # define GNET_EXPERIMENTAL |