summaryrefslogtreecommitdiff
path: root/devel/kscope
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-30 19:49:00 +0000
committerjoerg <joerg>2007-08-30 19:49:00 +0000
commit02316bc4f0fbd68087b5493e37dfacd83c8a918f (patch)
tree552f698d7db5fa0e134ca8d8ca8bc729613a9435 /devel/kscope
parenta0b253f46ba81d71496a412e721638f2321c50ee (diff)
downloadpkgsrc-02316bc4f0fbd68087b5493e37dfacd83c8a918f.tar.gz
Fix build on DragonFly.
Diffstat (limited to 'devel/kscope')
-rw-r--r--devel/kscope/distinfo3
-rw-r--r--devel/kscope/patches/patch-aa12
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"
+