diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-30 19:49:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-30 19:49:00 +0000 |
commit | b3435e69b91bfca35958b96ca692ecc8a0993ad9 (patch) | |
tree | 552f698d7db5fa0e134ca8d8ca8bc729613a9435 /devel/kscope | |
parent | f9a930d90ba824f916b44e99066fefd9662916e6 (diff) | |
download | pkgsrc-b3435e69b91bfca35958b96ca692ecc8a0993ad9.tar.gz |
Fix build on DragonFly.
Diffstat (limited to 'devel/kscope')
-rw-r--r-- | devel/kscope/distinfo | 3 | ||||
-rw-r--r-- | devel/kscope/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/devel/kscope/distinfo b/devel/kscope/distinfo index b347db533d6..aaa05c914bd 100644 --- a/devel/kscope/distinfo +++ b/devel/kscope/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.5 2007/08/15 03:52:16 markd Exp $ +$NetBSD: distinfo,v 1.6 2007/08/30 19:49:00 joerg Exp $ SHA1 (kscope-1.5.0.tar.gz) = 05f80c5bb7201aa8e4b40e6f068ed8b392012a54 RMD160 (kscope-1.5.0.tar.gz) = 7808ea0514efc0500259c97d0126fb7373041538 Size (kscope-1.5.0.tar.gz) = 1267274 bytes +SHA1 (patch-aa) = 7d398bc1d9e05f2670721bd02e8b479e6c3f3210 diff --git a/devel/kscope/patches/patch-aa b/devel/kscope/patches/patch-aa new file mode 100644 index 00000000000..28c5a998ffb --- /dev/null +++ b/devel/kscope/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2007/08/30 19:49:00 joerg Exp $ + +--- src/filesemaphore.cpp.orig 2007-08-30 19:18:52.000000000 +0000 ++++ src/filesemaphore.cpp +@@ -29,6 +29,7 @@ + #include <fcntl.h> + #include <errno.h> + #include <sys/mman.h> ++#include <sys/stat.h> + #include <qfileinfo.h> + #include "filesemaphore.h" + |