Author: evgeni Date: 2012-05-17 16:29:16 +0000 (Thu, 17 May 2012) New Revision: 13578
Added: packages/trunk/pokerth/debian/patches/fix-ftbfs-gcc-4.7-672007.patch Modified: packages/trunk/pokerth/debian/changelog packages/trunk/pokerth/debian/patches/series Log: fix ftbfs with gcc 4.7 Modified: packages/trunk/pokerth/debian/changelog =================================================================== --- packages/trunk/pokerth/debian/changelog 2012-05-15 05:33:29 UTC (rev 13577) +++ packages/trunk/pokerth/debian/changelog 2012-05-17 16:29:16 UTC (rev 13578) @@ -1,3 +1,10 @@ +pokerth (0.9.4-2) unstable; urgency=low + + * Fix FTBFS with GCC 4.7. + Closes: #672007 + + -- Evgeni Golov <[email protected]> Thu, 17 May 2012 18:28:33 +0200 + pokerth (0.9.4-1) unstable; urgency=low * New upstream release. Added: packages/trunk/pokerth/debian/patches/fix-ftbfs-gcc-4.7-672007.patch =================================================================== --- packages/trunk/pokerth/debian/patches/fix-ftbfs-gcc-4.7-672007.patch (rev 0) +++ packages/trunk/pokerth/debian/patches/fix-ftbfs-gcc-4.7-672007.patch 2012-05-17 16:29:16 UTC (rev 13578) @@ -0,0 +1,10 @@ +--- a/src/third_party/qtsingleapplication/qtlocalpeer.cpp 2012-05-09 21:19:32.854391150 -0400 ++++ b/src/third_party/qtsingleapplication/qtlocalpeer.cpp 2012-05-09 21:10:10.946421151 -0400 +@@ -57,6 +57,7 @@ static PProcessIdToSessionId pProcessIdT + #endif + #if defined(Q_OS_UNIX) + #include <time.h> ++#include <unistd.h> + #endif + + namespace QtLP_Private { Modified: packages/trunk/pokerth/debian/patches/series =================================================================== --- packages/trunk/pokerth/debian/patches/series 2012-05-15 05:33:29 UTC (rev 13577) +++ packages/trunk/pokerth/debian/patches/series 2012-05-17 16:29:16 UTC (rev 13578) @@ -1 +1,2 @@ 03_use_--as-needed.patch +fix-ftbfs-gcc-4.7-672007.patch _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

