pkgsrc/security/steghide/patches/patch-ag
agc 69578ff1af Make this package compile and run with recent C++ from gcc4.
Take maintainership.

Anglicise some of the text in DESCR.
2007-10-02 19:03:11 +00:00

13 lines
289 B
Text

$NetBSD: patch-ag,v 1.1 2007/10/02 19:03:12 agc Exp $
--- src/EmbData.h 2003-09-29 12:51:49.000000000 +0100
+++ src/EmbData.h 2007-10-02 08:34:47.000000000 +0100
@@ -21,6 +21,8 @@
#ifndef SH_EMBDATA_H
#define SH_EMBDATA_H
+#define _Bool bool
+
#include <string>
#include <vector>