Codebase list gtkmathview / a896673
fix build against gcc/g++ 4.4 add new patch patches/0004-gcc-4.4-build-fixes Closes: #504913 Stefano Zacchiroli 14 years ago
3 changed file(s) with 24 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
33 * switch from dpatch to quilt for patch management; in the switch fix
44 non-applicable patches which induced FTBFS (Closes: #560552)
55 * build with standard gcc/g++ (Closes: #533808)
6 * fix build against gcc/g++ 4.4; add new patch
7 patches/0004-gcc-4.4-build-fixes (Closes: #504913)
68
79 -- Stefano Zacchiroli <zack@debian.org> Fri, 11 Dec 2009 12:34:36 +0100
810
0 From: Stefano Zacchiroli <zack@upsilon.cc>
1 Date: Fri, 11 Dec 2009 13:26:26 +0100
2 Subject: [PATCH] gcc 4.4 build fixes
3
4 ---
5 src/common/AbstractLogger.cc | 1 +
6 1 files changed, 1 insertions(+), 0 deletions(-)
7
8 diff --git a/src/common/AbstractLogger.cc b/src/common/AbstractLogger.cc
9 index 6f638fb..c5b7e3d 100644
10 --- a/src/common/AbstractLogger.cc
11 +++ b/src/common/AbstractLogger.cc
12 @@ -19,6 +19,7 @@
13 #include <config.h>
14
15 #include <stdarg.h>
16 +#include <stdio.h>
17
18 #include "AbstractLogger.hh"
19
20 --
00 0001-support-for-Debian-specific-conf-dictionary.patch
11 0002-manpage-for-mathmlsvg.patch
22 0003-gcc-4.3-build-fixes.patch
3 0004-gcc-4.4-build-fixes.patch