diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-01 10:39:36 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-01 10:44:20 +0100 |
commit | 00af88c464b1de804d55b81a878431913aa752c7 (patch) | |
tree | 736d9b53670a3638b224a92602a59efb12d520af /recipes/mml-widget/files | |
parent | bcbd0410f44366ef6788b22d98111f2641bad2c9 (diff) |
gtkmathview: fix build for gcc44
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/mml-widget/files')
-rw-r--r-- | recipes/mml-widget/files/mathview-gcc43x.diff | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/mml-widget/files/mathview-gcc43x.diff b/recipes/mml-widget/files/mathview-gcc43x.diff index 4091051a76..fcc52c1f4a 100644 --- a/recipes/mml-widget/files/mathview-gcc43x.diff +++ b/recipes/mml-widget/files/mathview-gcc43x.diff @@ -51,3 +51,13 @@ #include <popt.h> // needed for old versions of GCC, must come before String.hh! +--- gtkmathview-0.8.0.orig/src/common/AbstractLogger.cc 2007-08-17 12:02:45.000000000 +0200 ++++ gtkmathview-0.8.0/src/common/AbstractLogger.cc 2010-02-01 10:19:46.000000000 +0100 +@@ -19,6 +19,7 @@ + #include <config.h> + + #include <stdarg.h> ++#include <stdio.h> + + #include "AbstractLogger.hh" + |