diff options
author | joerg <joerg@pkgsrc.org> | 2014-02-14 13:29:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-02-14 13:29:23 +0000 |
commit | 65fd3021d0f701b08f3788e2661f3edea76301d6 (patch) | |
tree | 7f39091ccf1c6fba0be2b6f920ac47152294f778 /www | |
parent | 746e97e1c565ddd2d9f77a171c4785fa2c66e2dc (diff) | |
download | pkgsrc-65fd3021d0f701b08f3788e2661f3edea76301d6.tar.gz |
Include correct header for h_errno.
Diffstat (limited to 'www')
-rw-r--r-- | www/deforaos-surfer/distinfo | 4 | ||||
-rw-r--r-- | www/deforaos-surfer/patches/patch-src_download.c | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/www/deforaos-surfer/distinfo b/www/deforaos-surfer/distinfo index 20709d77444..31a58a790c0 100644 --- a/www/deforaos-surfer/distinfo +++ b/www/deforaos-surfer/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2014/01/20 18:21:29 khorben Exp $ +$NetBSD: distinfo,v 1.3 2014/02/14 13:29:23 joerg 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 +SHA1 (patch-src_download.c) = 5a9a7e1c5d91ab91b31cf018f3b0931241601434 diff --git a/www/deforaos-surfer/patches/patch-src_download.c b/www/deforaos-surfer/patches/patch-src_download.c index 276df2ce42c..e3b694a223e 100644 --- a/www/deforaos-surfer/patches/patch-src_download.c +++ b/www/deforaos-surfer/patches/patch-src_download.c @@ -1,12 +1,14 @@ -$NetBSD: patch-src_download.c,v 1.1 2014/01/20 18:21:29 khorben Exp $ +$NetBSD: patch-src_download.c,v 1.2 2014/02/14 13:29:23 joerg 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 @@ +@@ -31,7 +31,9 @@ + #include <libintl.h> #include <gtk/gtk.h> #include <System.h> ++#include <netdb.h> #ifdef WITH_WEBKIT +# include <arpa/inet.h> # include <webkit/webkit.h> |