This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus-video-glide64.
commit a5d4d2c94981c5ffd5a5b58e96a4f17f2aa4e2b3 Author: Sven Eckelmann <[email protected]> Date: Wed Nov 24 21:19:39 2010 +0100 Rebase patches against 1.99.4~hg20101124 --- debian/patches/printf_fixup.patch | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/patches/printf_fixup.patch b/debian/patches/printf_fixup.patch index 03a2244..dfd4d5c 100644 --- a/debian/patches/printf_fixup.patch +++ b/debian/patches/printf_fixup.patch @@ -1,4 +1,13 @@ - +Description: Add dummy PATH_MAX on systems without it + Posix only defines that PATH_MAX may is defined through limits.h. GNU/Hurd has + removed this definition without violating the standards. + . + Mupen64Plus still relies on it and we work around that problem by defining + PATH_MAX as 4096 in all places it is needed. This is not 100% correct as their + are ways to generate longer paths, but mupen64plus must be heavily refactored + in some places to fix the actual problem. +Bug-Debian: http://bugs.debian.org/588066 +Author: Sven Eckelmann <[email protected]> --- diff --git a/src/Debugger.cpp b/src/Debugger.cpp -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-video-glide64.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

