diff options
author | joerg <joerg@pkgsrc.org> | 2011-12-05 22:44:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-12-05 22:44:08 +0000 |
commit | bbb5dab9edbc1956e8849102da26eb13d7986341 (patch) | |
tree | 454652146dee00cf6c37fe709251f038ced52e02 /games/qonk/patches/patch-src_lisp_lexer.cpp | |
parent | a321e51820845a187fd6e49faa2417bcd575aa48 (diff) | |
download | pkgsrc-bbb5dab9edbc1956e8849102da26eb13d7986341.tar.gz |
Fix build with newer GCC
Diffstat (limited to 'games/qonk/patches/patch-src_lisp_lexer.cpp')
-rw-r--r-- | games/qonk/patches/patch-src_lisp_lexer.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/qonk/patches/patch-src_lisp_lexer.cpp b/games/qonk/patches/patch-src_lisp_lexer.cpp new file mode 100644 index 00000000000..b2d29201b6e --- /dev/null +++ b/games/qonk/patches/patch-src_lisp_lexer.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-src_lisp_lexer.cpp,v 1.1 2011/12/05 22:45:19 joerg Exp $ + +--- src/lisp/lexer.cpp.orig 2011-12-05 21:37:43.000000000 +0000 ++++ src/lisp/lexer.cpp +@@ -19,6 +19,7 @@ + // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + #include <sstream> + #include <stdexcept> ++#include <cstring> + + #include "lexer.hpp" + #include "translation.hpp" |