Fix build on DragonFly.
This commit is contained in:
parent
f9a930d90b
commit
b3435e69b9
2 changed files with 14 additions and 1 deletions
|
@ -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
|
||||
|
|
12
devel/kscope/patches/patch-aa
Normal file
12
devel/kscope/patches/patch-aa
Normal file
|
@ -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"
|
||||
|
Loading…
Reference in a new issue