Author: tolimar Date: 2008-01-29 20:16:54 +0000 (Tue, 29 Jan 2008) New Revision: 5550
Modified: packages/trunk/fillets-ng/debian/changelog packages/trunk/fillets-ng/debian/patches/gcc-4.3-fix Log: Really fixing includes for 4.3 build, thanks to Evgeni Golov Modified: packages/trunk/fillets-ng/debian/changelog =================================================================== --- packages/trunk/fillets-ng/debian/changelog 2008-01-29 19:45:29 UTC (rev 5549) +++ packages/trunk/fillets-ng/debian/changelog 2008-01-29 20:16:54 UTC (rev 5550) @@ -1,9 +1,12 @@ fillets-ng (0.8.0-2) unstable; urgency=low * Adding pkg-config to build-depends, fixing problem of libfribidi not - beeing fround during configuring + beeing fround during configuring, thanks to Lucas Nussbaum for detecting + the problem. + * Applying patch from Evgeni Golov to add missing #include statements to + make it really build with gcc-4.3; thanks! (Closes: #417187) - -- Alexander Schmehl <[EMAIL PROTECTED]> Tue, 29 Jan 2008 20:44:25 +0100 + -- Alexander Schmehl <[EMAIL PROTECTED]> Tue, 29 Jan 2008 21:13:56 +0100 fillets-ng (0.8.0-1) unstable; urgency=low Modified: packages/trunk/fillets-ng/debian/patches/gcc-4.3-fix =================================================================== --- packages/trunk/fillets-ng/debian/patches/gcc-4.3-fix 2008-01-29 19:45:29 UTC (rev 5549) +++ packages/trunk/fillets-ng/debian/patches/gcc-4.3-fix 2008-01-29 20:16:54 UTC (rev 5550) @@ -25,3 +25,16 @@ #include <sstream> //----------------------------------------------------------------- +Index: fillets-ng-0.8.0/src/level/Landslip.cpp +=================================================================== +--- fillets-ng-0.8.0.orig/src/level/Landslip.cpp ++++ fillets-ng-0.8.0/src/level/Landslip.cpp +@@ -11,6 +11,8 @@ + #include "Rules.h" + #include "minmax.h" + ++#include <cstring> ++ + //----------------------------------------------------------------- + Landslip::Landslip(const ModelList &models) + : m_models(models) _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

