diff options
author | hans <hans@pkgsrc.org> | 2012-02-15 21:20:24 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-15 21:20:24 +0000 |
commit | 6d51d97bdc86edb151e96e64fb2de6dfbe25b56f (patch) | |
tree | 60e7ef82f3f5f98fbe0e5c676e5edd6c664a6138 /audio | |
parent | 0ccfcc926fce0da756c91c2080d6bb4994e193c6 (diff) | |
download | pkgsrc-6d51d97bdc86edb151e96e64fb2de6dfbe25b56f.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/daapd/distinfo | 4 | ||||
-rw-r--r-- | audio/daapd/patches/patch-daapd.cc | 12 | ||||
-rw-r--r-- | audio/daapd/patches/patch-util.cc | 12 |
3 files changed, 27 insertions, 1 deletions
diff --git a/audio/daapd/distinfo b/audio/daapd/distinfo index cbd1a532706..897278628cf 100644 --- a/audio/daapd/distinfo +++ b/audio/daapd/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.21 2011/11/26 17:09:32 joerg Exp $ +$NetBSD: distinfo,v 1.22 2012/02/15 21:20:24 hans Exp $ SHA1 (daapd-0.2.4b.tgz) = 0903303f155c19ae12cdc78be05799508156a16b RMD160 (daapd-0.2.4b.tgz) = 899b37b3872623ef918f7faa4eb8bad2dfc5b369 @@ -9,4 +9,6 @@ SHA1 (patch-ad) = 4b132fc143d3b29ff2235eacb5c2eaa438cd816c SHA1 (patch-ae) = 3433d7e944999e10690ccdda1d49d3c711671446 SHA1 (patch-af) = 1a453dde4dd7d33061a500729b9ef5d89e850133 SHA1 (patch-ag) = cf0dc389fb2a031883f52c348d8303dd36b33818 +SHA1 (patch-daapd.cc) = 9107fc35ca6eb8a9841f986342781769bc29a9d2 SHA1 (patch-libhttpd_configure) = 91a7a942a078bda76582cbdf0cc1d3ae8b7029cb +SHA1 (patch-util.cc) = 18f0158016f56d9253459b2efe6ed528bac750c0 diff --git a/audio/daapd/patches/patch-daapd.cc b/audio/daapd/patches/patch-daapd.cc new file mode 100644 index 00000000000..8d50084b151 --- /dev/null +++ b/audio/daapd/patches/patch-daapd.cc @@ -0,0 +1,12 @@ +$NetBSD: patch-daapd.cc,v 1.1 2012/02/15 21:20:24 hans Exp $ + +--- daapd.cc.orig 2012-01-17 00:33:56.007883523 +0100 ++++ daapd.cc 2012-01-17 00:37:49.469248794 +0100 +@@ -29,6 +29,7 @@ + #include <cstring> + #include <cassert> + ++#include <limits.h> + #include <unistd.h> + #include <errno.h> + #include <sys/time.h> diff --git a/audio/daapd/patches/patch-util.cc b/audio/daapd/patches/patch-util.cc new file mode 100644 index 00000000000..412000821dd --- /dev/null +++ b/audio/daapd/patches/patch-util.cc @@ -0,0 +1,12 @@ +$NetBSD: patch-util.cc,v 1.1 2012/02/15 21:20:24 hans Exp $ + +--- util.cc.orig 2006-03-05 14:39:37.000000000 +0100 ++++ util.cc 2012-01-17 00:39:15.102002150 +0100 +@@ -27,6 +27,7 @@ + #include <string> + #include <vector> + ++#include <limits.h> + #include <sys/param.h> + #include <cstdlib> + |