summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2011-11-22 18:06:16 +0000
committerjoerg <joerg@pkgsrc.org>2011-11-22 18:06:16 +0000
commit6415d115c835e90e669ab65fe3d6267d35aa7b2d (patch)
tree097b4786c71900f8f870bb8f5d78b26dfcd44cac /devel
parentab9632e00f399e8ab7fb20689024a43dc9c3d017 (diff)
downloadpkgsrc-6415d115c835e90e669ab65fe3d6267d35aa7b2d.tar.gz
Fix missing prototype errors with newer GCC.
Diffstat (limited to 'devel')
-rw-r--r--devel/librlog/distinfo3
-rw-r--r--devel/librlog/patches/patch-rlog-RLogChannel.cpp12
2 files changed, 14 insertions, 1 deletions
diff --git a/devel/librlog/distinfo b/devel/librlog/distinfo
index a43ef89014c..5c3b8e3e1d0 100644
--- a/devel/librlog/distinfo
+++ b/devel/librlog/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/02/18 14:18:18 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2011/11/22 18:06:16 joerg Exp $
SHA1 (rlog-1.3.7.tgz) = 3a09d5d8526c7834bf58d533956cc91e135fbe1b
RMD160 (rlog-1.3.7.tgz) = fd021b41dbac1d432aa6ec98f081d8fcfe686bce
Size (rlog-1.3.7.tgz) = 525396 bytes
+SHA1 (patch-rlog-RLogChannel.cpp) = 7fbc21f3226482f5c9ebcc161522f6af11f213ec
diff --git a/devel/librlog/patches/patch-rlog-RLogChannel.cpp b/devel/librlog/patches/patch-rlog-RLogChannel.cpp
new file mode 100644
index 00000000000..83808adfb9f
--- /dev/null
+++ b/devel/librlog/patches/patch-rlog-RLogChannel.cpp
@@ -0,0 +1,12 @@
+$NetBSD: patch-rlog-RLogChannel.cpp,v 1.1 2011/11/22 18:06:16 joerg Exp $
+
+--- rlog/RLogChannel.cpp.orig 2011-11-22 17:34:38.000000000 +0000
++++ rlog/RLogChannel.cpp
+@@ -17,6 +17,7 @@
+ */
+
+
++#include <cstring>
+ #include "RLogChannel.h"
+ #include "rlog.h"
+ #include "Lock.h"