summaryrefslogtreecommitdiff
path: root/sysutils/zidrav
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2011-11-22 20:03:56 +0000
committerjoerg <joerg@pkgsrc.org>2011-11-22 20:03:56 +0000
commitb0be7978730f462ed261de8700ae661bea6cfa9f (patch)
tree498e2c46b9046817cadeadf5c116bd20fe83f5e2 /sysutils/zidrav
parent4f0bce5b76ef00248440ea668369f08c21f0f62c (diff)
downloadpkgsrc-b0be7978730f462ed261de8700ae661bea6cfa9f.tar.gz
Fix build with newer GCC
Diffstat (limited to 'sysutils/zidrav')
-rw-r--r--sysutils/zidrav/distinfo3
-rw-r--r--sysutils/zidrav/patches/patch-core.h12
2 files changed, 14 insertions, 1 deletions
diff --git a/sysutils/zidrav/distinfo b/sysutils/zidrav/distinfo
index 398bcb6d455..e87a5f2e63b 100644
--- a/sysutils/zidrav/distinfo
+++ b/sysutils/zidrav/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/10/21 04:00:56 minskim Exp $
+$NetBSD: distinfo,v 1.2 2011/11/22 20:04:40 joerg Exp $
SHA1 (zidrav4unix-1.2.0.tar.gz) = e8e2e6574831509669bae3976748baec713243c6
RMD160 (zidrav4unix-1.2.0.tar.gz) = 7043b122e8e1f394d6fe62ea81ed08d0052a199b
Size (zidrav4unix-1.2.0.tar.gz) = 18448 bytes
SHA1 (patch-aa) = 7e1c6bcb375d38a1aa7f3eaa4fa00e779465860a
+SHA1 (patch-core.h) = f5497f376545fe24554a3ecb7f7f12c59b30e3f9
diff --git a/sysutils/zidrav/patches/patch-core.h b/sysutils/zidrav/patches/patch-core.h
new file mode 100644
index 00000000000..6511bb4741c
--- /dev/null
+++ b/sysutils/zidrav/patches/patch-core.h
@@ -0,0 +1,12 @@
+$NetBSD: patch-core.h,v 1.1 2011/11/22 20:04:40 joerg Exp $
+
+--- core.h.orig 2011-11-22 19:25:48.000000000 +0000
++++ core.h
+@@ -22,6 +22,7 @@
+ #include <iostream>
+ #include <fstream>
+ #include <string>
++#include <string.h>
+
+ using namespace std;
+