diff options
author | joerg <joerg@pkgsrc.org> | 2008-09-17 12:36:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-09-17 12:36:38 +0000 |
commit | 4915b17a4063f7f2535b31ea4acd6e710f475706 (patch) | |
tree | 0736307a8bd17d1bee8296bb8c12835846594220 /net/libnipper | |
parent | 39a95245f7e0051442d7be9a2b686fdca0402235 (diff) | |
download | pkgsrc-4915b17a4063f7f2535b31ea4acd6e710f475706.tar.gz |
Fix build on DragonFly. From PR 39570.
Diffstat (limited to 'net/libnipper')
-rw-r--r-- | net/libnipper/distinfo | 3 | ||||
-rw-r--r-- | net/libnipper/patches/patch-ab | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/net/libnipper/distinfo b/net/libnipper/distinfo index 1f17b7ba8ed..03f760559cb 100644 --- a/net/libnipper/distinfo +++ b/net/libnipper/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/09/08 17:27:56 adrianp Exp $ +$NetBSD: distinfo,v 1.2 2008/09/17 12:36:38 joerg Exp $ SHA1 (libnipper-0.12.1.tgz) = 0999540d127588d1be1b9f3baecb25603511e448 RMD160 (libnipper-0.12.1.tgz) = 3ff9bdae5e41a1b1549103c6bea030f662d0d19c Size (libnipper-0.12.1.tgz) = 450651 bytes SHA1 (patch-aa) = c4d245196cd901b9f11826bd163df701e1b447a2 +SHA1 (patch-ab) = a4b62f536cceb0814d3bf5b658605a5ff0cc2be5 diff --git a/net/libnipper/patches/patch-ab b/net/libnipper/patches/patch-ab new file mode 100644 index 00000000000..174ce219c9a --- /dev/null +++ b/net/libnipper/patches/patch-ab @@ -0,0 +1,11 @@ +--- device/device.cpp.orig 2008-09-17 11:47:24 +0300 ++++ device/device.cpp 2008-09-17 11:45:26 +0300 +@@ -31,6 +31,8 @@ + + + // Includes... ++#include <unistd.h> ++ + #include "../globaldefs.h" + #include "errortext.h" + #include "device.h" |