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 4108e72846d238d1b94cc3a99c52fe68a234d93d Author: Sven Eckelmann <[email protected]> Date: Tue Jul 13 20:57:15 2010 +0200 Define GNU/Hurd as UNIX system for glide64 --- debian/changelog | 4 ++-- debian/patches/glide64_hurd.patch | 18 ++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3d2e24b..eb2855c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,8 +18,8 @@ mupen64plus-video-glide64 (1.99.4~hg20100511-1) UNRELEASED; urgency=low system-zlib.patch, version-string.patch, xdg-basedir.patch, rice_fog.patch, ftbfs-gvariant-type-conflicts.patch, dont-install-unneeded.patch, rice-ati-symbols.patch, link_gdk.patch - - Rebase default-optimisations.patch and path_max.patch against - 1.99.4~hg20100511 + - Rebase default-optimisations.patch, path_max.patch and glide64_hurd.patch + against 1.99.4~hg20100511 - Add hurd_os.patch, Add GNU/Hurd as operating system with "linux" userland * Convert to 3.0 (quilt) source format * debian/control: diff --git a/debian/patches/glide64_hurd.patch b/debian/patches/glide64_hurd.patch new file mode 100644 index 0000000..93ea01c --- /dev/null +++ b/debian/patches/glide64_hurd.patch @@ -0,0 +1,18 @@ +Description: Define GNU/Hurd as UNIX system for glide64 +Bug-Debian: http://bugs.debian.org/588066 +Author: Sven Eckelmann <[email protected]> + +--- +diff --git a/src/wrapper/glidesys.h b/src/wrapper/glidesys.h +index d9138a4dfcaeacd0231b64145c8c229875d7239a..6d3be8f281bedc817e4a11964ed02d0785c87531 100644 +--- a/src/wrapper/glidesys.h ++++ b/src/wrapper/glidesys.h +@@ -111,7 +111,7 @@ n** ----------------------------------------------------------------------- + /* Check for OS */ + #if defined(__IRIX__) || defined(__sparc__) || defined(__linux__) || \ + defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || \ +- defined(__APPLE__) || defined(__FreeBSD_kernel__) ++ defined(__APPLE__) || defined(__FreeBSD_kernel__) || defined(__GNU__) + # define GLIDE_OS GLIDE_OS_UNIX + #elif defined(__DOS__) + # define GLIDE_OS GLIDE_OS_DOS32 diff --git a/debian/patches/series b/debian/patches/series index 5fed16e..e7ecd79 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ default-optimisations.patch hurd_os.patch path_max.patch +glide64_hurd.patch -- 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

