[mupen64plus] 192/262: Define GNU/Hurd as UNIX system for glide64

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:59:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch master
in repository mupen64plus.

commit 2b3391f865b04fc72ec0e9b7458e52eb491eae17
Author: Sven Eckelmann <sven.eckelmann at gmx.de>
Date:   Mon Jul 12 23:10:31 2010 +0200

    Define GNU/Hurd as UNIX system for glide64
---
 debian/changelog                  |  2 ++
 debian/patches/glide64_hurd.patch | 18 ++++++++++++++++++
 debian/patches/series             |  1 +
 3 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f5ad66b..2470e37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ mupen64plus (1.5+dfsg1-13) UNRELEASED; urgency=low
       #588066)
     - Add optional_signinfo.patch, Only use siginfo subsystem if system offers
       it (Closes: #588066)
+    - Add glide64_hurd.patch, Define GNU/Hurd as UNIX system for glide64
+      (Closes: #588066)
 
  -- Sven Eckelmann <sven.eckelmann at gmx.de>  Mon, 12 Jul 2010 22:38:17 +0200
 
diff --git a/debian/patches/glide64_hurd.patch b/debian/patches/glide64_hurd.patch
new file mode 100644
index 0000000..4e0968a
--- /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 <sven.eckelmann at gmx.de>
+
+---
+diff --git a/glide64/wrapper/glidesys.h b/glide64/wrapper/glidesys.h
+index d9138a4dfcaeacd0231b64145c8c229875d7239a..6d3be8f281bedc817e4a11964ed02d0785c87531 100644
+--- a/glide64/wrapper/glidesys.h
++++ b/glide64/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 26d328d..5bf5997 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -44,3 +44,4 @@ rice-ati-symbols.patch
 link_gdk.patch
 path_max.patch
 optional_signinfo.patch
+glide64_hurd.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus.git



More information about the Pkg-games-commits mailing list