summaryrefslogtreecommitdiff
path: root/converters/rss2html
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-03-07 20:24:52 +0000
committerminskim <minskim@pkgsrc.org>2004-03-07 20:24:52 +0000
commit9e64dfdbd9f44acc790ab6be8c301757a61b81e5 (patch)
treec2efb59706a73939bbe95bbebf7fb52ca2297094 /converters/rss2html
parentb418a001e86e8153876a900b099800b738c71167 (diff)
downloadpkgsrc-9e64dfdbd9f44acc790ab6be8c301757a61b81e5.tar.gz
Fix build on FreeBSD. Patch provided by Michal Pasternak in PR pkg/24667.
Diffstat (limited to 'converters/rss2html')
-rw-r--r--converters/rss2html/distinfo3
-rw-r--r--converters/rss2html/patches/patch-aa10
2 files changed, 12 insertions, 1 deletions
diff --git a/converters/rss2html/distinfo b/converters/rss2html/distinfo
index 3a71ce6dc9f..6c4caa7dc86 100644
--- a/converters/rss2html/distinfo
+++ b/converters/rss2html/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2004/02/19 16:46:44 minskim Exp $
+$NetBSD: distinfo,v 1.3 2004/03/07 20:24:52 minskim Exp $
SHA1 (rss2html-0.6.tar.gz) = 50e8f74cfa141e4aca4cdc1f1755216162dfb5be
Size (rss2html-0.6.tar.gz) = 5057 bytes
+SHA1 (patch-aa) = ce3e4fb21796fe5bb96aa1a4591f57ab9e8bb2dc
diff --git a/converters/rss2html/patches/patch-aa b/converters/rss2html/patches/patch-aa
new file mode 100644
index 00000000000..51b5f867cff
--- /dev/null
+++ b/converters/rss2html/patches/patch-aa
@@ -0,0 +1,10 @@
+$NetBSD: patch-aa,v 1.1 2004/03/07 20:24:52 minskim Exp $
+
+--- src/download.c.orig Thu Mar 4 12:41:57 2004
++++ src/download.c
+@@ -1,4 +1,5 @@
+ #include "main.h"
++#include <sys/types.h>
+ #include <netinet/in.h>
+ #include <sys/socket.h>
+ #include <netdb.h>