[mame] 02/10: Removed gnu specific building flags patch

Cesare Falco cesarefalco-guest at moszumanska.debian.org
Sat Oct 31 10:15:45 UTC 2015


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

cesarefalco-guest pushed a commit to branch master
in repository mame.

commit bbe25588a5d1f7e4895744923a6ad32970256d5b
Author: Cesare Falco <c.falco at ubuntu.com>
Date:   Thu May 28 06:45:14 2015 +0200

    Removed gnu specific building flags patch
---
 debian/patches/gnu_fixes.patch | 51 ------------------------------------------
 debian/patches/series          |  1 -
 2 files changed, 52 deletions(-)

diff --git a/debian/patches/gnu_fixes.patch b/debian/patches/gnu_fixes.patch
deleted file mode 100644
index ea94a9d..0000000
--- a/debian/patches/gnu_fixes.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-Author: Jordi Mallach <jordi at debian.org>
-Description: Check for GNU.
- Fix builds on hurd-i386 by checking for __GNU__ and adding a gnu TARGETOS
- that defines NO_AFFINITY_NP.
-Forwarded: no
-
-Index: mame/makefile
-===================================================================
---- mame.orig/makefile	2013-06-11 01:37:34.000000000 +0200
-+++ mame/makefile	2013-06-12 12:14:19.000000000 +0200
-@@ -77,6 +77,9 @@
- ifeq ($(firstword $(filter Linux,$(UNAME))),Linux)
- TARGETOS = linux
- endif
-+ifeq ($(firstword $(filter GNU,$(UNAME))),GNU)
-+TARGETOS = gnu
-+endif
- ifeq ($(firstword $(filter Solaris,$(UNAME))),Solaris)
- TARGETOS = solaris
- endif
-Index: mame/src/osd/sdl/sdl.mak
-===================================================================
---- mame.orig/src/osd/sdl/sdl.mak	2013-06-08 12:21:11.000000000 +0200
-+++ mame/src/osd/sdl/sdl.mak	2013-06-12 12:15:46.000000000 +0200
-@@ -350,6 +350,13 @@
- 
- endif
- 
-+ifeq ($(TARGETOS),gnu)
-+BASE_TARGETOS = unix
-+SYNC_IMPLEMENTATION = tc
-+SDL_NETWORK = taptun
-+DEFS += -DNO_AFFINITY_NP
-+endif
-+
- ifeq ($(TARGETOS),win32)
- BASE_TARGETOS = win32
- SYNC_IMPLEMENTATION = windows
-Index: mame/src/osd/sdl/sdlprefix.h
-===================================================================
---- mame.orig/src/osd/sdl/sdlprefix.h	2013-01-11 08:32:46.000000000 +0100
-+++ mame/src/osd/sdl/sdlprefix.h	2013-06-12 12:16:43.000000000 +0200
-@@ -40,7 +40,7 @@
- /* Large file support on IRIX needs _SGI_SOURCE */
- #undef _POSIX_SOURCE
- 
--#elif defined(__linux__) || defined(__FreeBSD_kernel__)
-+#elif defined(__linux__) || defined(__GNU__) || defined(__FreeBSD_kernel__)
- #define SDLMAME_LINUX 1
- 
- #elif defined(__FreeBSD__)
diff --git a/debian/patches/series b/debian/patches/series
index 6fa1ae7..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-gnu_fixes.patch

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



More information about the Pkg-games-commits mailing list