[mupen64plus-rsp-z64] 18/140: Add GNU/Hurd as operating system with "linux" userland

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:05:16 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-rsp-z64.

commit a3aa96eaca42176fc4da0f7a24eed605fc40edc8
Author: Sven Eckelmann <sven.eckelmann at gmx.de>
Date:   Tue Jul 13 19:52:47 2010 +0200

    Add GNU/Hurd as operating system with "linux" userland
---
 debian/changelog             |  1 +
 debian/patches/hurd_os.patch | 20 ++++++++++++++++++++
 debian/patches/series        |  1 +
 3 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c3354c1..4552463 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ mupen64plus-rsp-z64 (1.99.4~hg20100403-1) UNRELEASED; urgency=low
       rice_fog.patch, ftbfs-gvariant-type-conflicts.patch,
       dont-install-unneeded.patch, rice-ati-symbols.patch, link_gdk.patch
     - Rebase default-optimisations.patch against 1.99.4~hg20100403
+    - Add hurd_os.patch, Add GNU/Hurd as operating system with "linux" userland
   * Convert to 3.0 (quilt) source format
   * debian/control:
     - Remove unneeded build dependency to quilt
diff --git a/debian/patches/hurd_os.patch b/debian/patches/hurd_os.patch
new file mode 100644
index 0000000..611e46e
--- /dev/null
+++ b/debian/patches/hurd_os.patch
@@ -0,0 +1,20 @@
+Description: Add GNU/Hurd as operating system with "linux" userland
+Author: Sven Eckelmann <sven.eckelmann at gmx.de>
+
+---
+diff --git a/projects/unix/Makefile b/projects/unix/Makefile
+index 373665c00c9451cee44d5b80bd766f3ec6808cb9..5ac7cdccfec06e082a272b97b199aee86fa1342d 100644
+--- a/projects/unix/Makefile
++++ b/projects/unix/Makefile
+@@ -35,6 +35,11 @@ ifeq ("$(UNAME)","linux")
+   SO_EXTENSION = so
+   SHARED = -shared
+ endif
++ifneq ("$(filter GNU hurd,$(UNAME))","")
++  OS = LINUX
++  SO_EXTENSION = so
++  SHARED = -shared
++endif
+ ifeq ("$(UNAME)","Darwin")
+   OS = OSX
+   SO_EXTENSION = dylib
diff --git a/debian/patches/series b/debian/patches/series
index e164d80..16e335d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 default-optimisations.patch
+hurd_os.patch

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



More information about the Pkg-games-commits mailing list