diff options
author | minskim <minskim> | 2004-03-07 20:24:52 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-03-07 20:24:52 +0000 |
commit | 6db67f0168612aa3bf913c76ca107989a0d57fe5 (patch) | |
tree | c2efb59706a73939bbe95bbebf7fb52ca2297094 /converters | |
parent | 17a225ad5316b4f8951bf081fede5acd7b9bb34d (diff) | |
download | pkgsrc-6db67f0168612aa3bf913c76ca107989a0d57fe5.tar.gz |
Fix build on FreeBSD. Patch provided by Michal Pasternak in PR pkg/24667.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/rss2html/distinfo | 3 | ||||
-rw-r--r-- | converters/rss2html/patches/patch-aa | 10 |
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> |