Author: evgeni Date: 2011-05-05 09:23:47 +0000 (Thu, 05 May 2011) New Revision: 12199
Modified: packages/trunk/pokerth/debian/patches/07_boost146_ftbfs_upstream.patch Log: add dep3 headers, oups Modified: packages/trunk/pokerth/debian/patches/07_boost146_ftbfs_upstream.patch =================================================================== --- packages/trunk/pokerth/debian/patches/07_boost146_ftbfs_upstream.patch 2011-05-05 09:22:00 UTC (rev 12198) +++ packages/trunk/pokerth/debian/patches/07_boost146_ftbfs_upstream.patch 2011-05-05 09:23:47 UTC (rev 12199) @@ -1,7 +1,13 @@ -Index: /trunk/pokerth/pokerth_server.pro +From: Lothar May <[email protected]> +Subject: force boost::filesystem v2 API + Since boost 1.46 the v3 filesystem API is default (v2 was until 1.45). + By using BOOST_FILESYSTEM_VERSION=2, we can force the use of v2 + until boost 1.48 is released. + +Index: pokerth/pokerth_server.pro =================================================================== ---- /trunk/pokerth/pokerth_server.pro (revision 2787) -+++ /trunk/pokerth/pokerth_server.pro (revision 2841) +--- pokerth/pokerth_server.pro (revision 2787) ++++ pokerth/pokerth_server.pro (revision 2841) @@ -15,5 +15,5 @@ OBJECTS_DIR = obj DEFINES += POKERTH_DEDICATED_SERVER @@ -9,10 +15,10 @@ +DEFINES += ENABLE_IPV6 TIXML_USE_STL BOOST_FILESYSTEM_VERSION=2 DEFINES += PREFIX=\"$${PREFIX}\" QT -= core gui -Index: /trunk/pokerth/pokerth_lib.pro +Index: pokerth/pokerth_lib.pro =================================================================== ---- /trunk/pokerth/pokerth_lib.pro (revision 2839) -+++ /trunk/pokerth/pokerth_lib.pro (revision 2841) +--- pokerth/pokerth_lib.pro (revision 2839) ++++ pokerth/pokerth_lib.pro (revision 2841) @@ -13,5 +13,5 @@ MOC_DIR = mocs OBJECTS_DIR = obj @@ -20,10 +26,10 @@ +DEFINES += ENABLE_IPV6 TIXML_USE_STL BOOST_FILESYSTEM_VERSION=2 QT -= core gui QMAKE_CXXFLAGS += -std=gnu++0x -Index: /trunk/pokerth/pokerth_game.pro +Index: pokerth/pokerth_game.pro =================================================================== ---- /trunk/pokerth/pokerth_game.pro (revision 2838) -+++ /trunk/pokerth/pokerth_game.pro (revision 2841) +--- pokerth/pokerth_game.pro (revision 2838) ++++ pokerth/pokerth_game.pro (revision 2841) @@ -20,5 +20,5 @@ MOC_DIR = mocs OBJECTS_DIR = obj _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

