summaryrefslogtreecommitdiff
path: root/security/steghide/files
diff options
context:
space:
mode:
Diffstat (limited to 'security/steghide/files')
-rw-r--r--security/steghide/files/patch-src-MHashKeyGen.h10
-rw-r--r--security/steghide/files/patch-src-MHashPP.cc10
-rw-r--r--security/steghide/files/patch-src-MHashPP.h10
3 files changed, 30 insertions, 0 deletions
diff --git a/security/steghide/files/patch-src-MHashKeyGen.h b/security/steghide/files/patch-src-MHashKeyGen.h
new file mode 100644
index 000000000000..a8bbb0e4a619
--- /dev/null
+++ b/security/steghide/files/patch-src-MHashKeyGen.h
@@ -0,0 +1,10 @@
+--- src/MHashKeyGen.h.orig Sun Sep 24 17:40:24 2006
++++ src/MHashKeyGen.h Sun Sep 24 17:40:44 2006
+@@ -23,6 +23,7 @@
+
+ #include <vector>
+
++#define _Bool bool
+ #include <mhash.h>
+
+ class MHashKeyGen {
diff --git a/security/steghide/files/patch-src-MHashPP.cc b/security/steghide/files/patch-src-MHashPP.cc
new file mode 100644
index 000000000000..fa0584c8683d
--- /dev/null
+++ b/security/steghide/files/patch-src-MHashPP.cc
@@ -0,0 +1,10 @@
+--- src/MHashPP.cc.orig Sun Sep 24 17:48:31 2006
++++ src/MHashPP.cc Sun Sep 24 17:56:27 2006
+@@ -21,6 +21,7 @@
+ #include <cstdlib>
+ #include <string>
+
++#define _Bool bool
+ #include <mhash.h>
+
+ #include "BitString.h"
diff --git a/security/steghide/files/patch-src-MHashPP.h b/security/steghide/files/patch-src-MHashPP.h
new file mode 100644
index 000000000000..dc17ac78897a
--- /dev/null
+++ b/security/steghide/files/patch-src-MHashPP.h
@@ -0,0 +1,10 @@
+--- src/MHashPP..orig Sun Sep 24 17:45:55 2006
++++ src/MHashPP.h Sun Sep 24 17:46:10 2006
+@@ -21,6 +21,7 @@
+ #ifndef SH_MHASHPP_H
+ #define SH_MHASHPP_H
+
++#define _Bool bool
+ #include <mhash.h>
+
+ #include "common.h"