summaryrefslogtreecommitdiff
path: root/security/steghide/files/patch-src-MHashPP.cc
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2006-09-24 16:11:02 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2006-09-24 16:11:02 +0000
commit0fd21e2b29a5d6105e6aebc126d573b6858e8d8d (patch)
treefdd597ad768848a27dae4fe4e89a37c8bd8e4869 /security/steghide/files/patch-src-MHashPP.cc
parentUpdate to new upstream tarball. The only change is an adjustment of the (diff)
Fix build with gcc 3.4.6
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=173718
Diffstat (limited to 'security/steghide/files/patch-src-MHashPP.cc')
-rw-r--r--security/steghide/files/patch-src-MHashPP.cc10
1 files changed, 10 insertions, 0 deletions
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"