Author: dfiloni-guest Date: 2009-08-09 22:02:17 +0000 (Sun, 09 Aug 2009) New Revision: 10123
Added: packages/trunk/desmume/debian/patches/03_build-on-hurd.patch Modified: packages/trunk/desmume/debian/changelog packages/trunk/desmume/debian/patches/series Log: Fix FTBFS on hurd-i386 Modified: packages/trunk/desmume/debian/changelog =================================================================== --- packages/trunk/desmume/debian/changelog 2009-08-08 19:57:05 UTC (rev 10122) +++ packages/trunk/desmume/debian/changelog 2009-08-09 22:02:17 UTC (rev 10123) @@ -1,10 +1,14 @@ desmume (0.9.4-2) UNRELEASED; urgency=low - [ Miriam Ruiz] + [ Miriam Ruiz ] * Added patch 02_build-with-gcc-4.4.patch. Closes: #539545 - -- Miriam Ruiz <[email protected]> Mon, 03 Aug 2009 19:30:12 +0200 + [ Devid Antonio Filoni ] + * Add 03_build-on-hurd.patch patch, fix FTBFS on hurd-i386, patch taken from + upstream SVN revision 2754. + -- Devid Antonio Filoni <[email protected]> Sun, 09 Aug 2009 23:50:14 +0200 + desmume (0.9.4-1) unstable; urgency=low * New upstream release. Added: packages/trunk/desmume/debian/patches/03_build-on-hurd.patch =================================================================== --- packages/trunk/desmume/debian/patches/03_build-on-hurd.patch (rev 0) +++ packages/trunk/desmume/debian/patches/03_build-on-hurd.patch 2009-08-09 22:02:17 UTC (rev 10123) @@ -0,0 +1,20 @@ +# Fix FTBFS on hurd-i386, patch taken from upstream SVN revision 2754. +# See: http://desmume.svn.sourceforge.net/viewvc/desmume?view=rev&revision=2754 + +Index: desmume-0.9.4/src/types.h +=================================================================== +--- desmume-0.9.4.orig/src/types.h 2009-08-09 23:57:16.000000000 +0200 ++++ desmume-0.9.4/src/types.h 2009-08-09 23:58:33.000000000 +0200 +@@ -38,8 +38,12 @@ + + #ifdef __GNUC__ + #include <limits.h> ++#ifndef PATH_MAX ++#define MAX_PATH 1024 ++#else + #define MAX_PATH PATH_MAX + #endif ++#endif + + #if defined(_MSC_VER) || defined(__INTEL_COMPILER) + #define ALIGN(X) __declspec(align(X)) Modified: packages/trunk/desmume/debian/patches/series =================================================================== --- packages/trunk/desmume/debian/patches/series 2009-08-08 19:57:05 UTC (rev 10122) +++ packages/trunk/desmume/debian/patches/series 2009-08-09 22:02:17 UTC (rev 10123) @@ -1,2 +1,3 @@ 01_link-with-GL.patch 02_build-with-gcc-4.4.patch +03_build-on-hurd.patch _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

