summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2011-12-06 19:47:32 +0000
committerjoerg <joerg@pkgsrc.org>2011-12-06 19:47:32 +0000
commitc48e0e55bb5ef35b6e29b8ed571def66e38eae61 (patch)
treec69108a8a80ef097efad168b1506c8c367de7a10
parent7ab7fe969170457d8175442afa8dc775647163a3 (diff)
downloadpkgsrc-c48e0e55bb5ef35b6e29b8ed571def66e38eae61.tar.gz
Fix build with newer GCC
-rw-r--r--security/steghide/distinfo3
-rw-r--r--security/steghide/patches/patch-src_Graph.cc12
2 files changed, 14 insertions, 1 deletions
diff --git a/security/steghide/distinfo b/security/steghide/distinfo
index 99a93dd2d10..55d7509ed8a 100644
--- a/security/steghide/distinfo
+++ b/security/steghide/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2007/10/02 19:03:11 agc Exp $
+$NetBSD: distinfo,v 1.5 2011/12/06 19:47:32 joerg Exp $
SHA1 (steghide-0.5.1.tar.gz) = a6d204744fabfe5751ab5e2d889ac373c0b0a30c
RMD160 (steghide-0.5.1.tar.gz) = e17507444b8bb91e6e29d46ec02fa39f7f2f44e8
@@ -14,3 +14,4 @@ SHA1 (patch-ah) = c19a9ae3976147704c7e0b45f437c12ecd850c77
SHA1 (patch-ai) = 9ae6443ee9a997a859456a712327cc7d17ede0f4
SHA1 (patch-aj) = 36039401484d85cec20bc157b29f55e219a762b3
SHA1 (patch-ak) = 404abb1935208b9eba9711677e1514154486543b
+SHA1 (patch-src_Graph.cc) = 211d2607ccb5b9c4de0a91497a14376d89e0fe63
diff --git a/security/steghide/patches/patch-src_Graph.cc b/security/steghide/patches/patch-src_Graph.cc
new file mode 100644
index 00000000000..248df86814d
--- /dev/null
+++ b/security/steghide/patches/patch-src_Graph.cc
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_Graph.cc,v 1.1 2011/12/06 19:47:32 joerg Exp $
+
+--- src/Graph.cc.orig 2011-12-06 17:01:21.000000000 +0000
++++ src/Graph.cc
+@@ -22,6 +22,7 @@
+ #include <list>
+ #include <map>
+ #include <vector>
++#include <climits>
+
+ #include "BitString.h"
+ #include "CvrStgFile.h"