Author: evgeni Date: 2010-01-19 16:33:27 +0000 (Tue, 19 Jan 2010) New Revision: 10710
Modified: packages/trunk/desmume/debian/patches/01_fix_sz_FTBFS_564788.patch Log: add patch description as per DEP3, thanks lintian :> Modified: packages/trunk/desmume/debian/patches/01_fix_sz_FTBFS_564788.patch =================================================================== --- packages/trunk/desmume/debian/patches/01_fix_sz_FTBFS_564788.patch 2010-01-19 16:23:12 UTC (rev 10709) +++ packages/trunk/desmume/debian/patches/01_fix_sz_FTBFS_564788.patch 2010-01-19 16:33:27 UTC (rev 10710) @@ -1,3 +1,13 @@ +From: zeromus +Subject: fix bigendian compiling in saves.cpp. + +someone ought to test savestate portability between big endian and little +endian. to test this easily on little endian only systems we could setup +the save system somehow so that it can write in either big or little endian. + +Origin: upstream, http://desmume.svn.sourceforge.net/viewvc/desmume?view=rev&revision=3118 +Bug-Debian: http://bugs.debian.org/564788 + --- desmume/src/saves.cpp 2010/01/13 11:21:48 3279 +++ desmume/src/saves.cpp 2010/01/13 22:17:03 3280 @@ -852,13 +852,14 @@ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

