Update mame to 0.220.

This commit is contained in:
fcambus 2020-04-06 12:26:06 +00:00
parent bae84d9315
commit c4e7ad1c77
3 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.37 2020/02/29 21:50:22 fcambus Exp $
# $OpenBSD: Makefile,v 1.38 2020/04/06 12:26:06 fcambus Exp $
BROKEN-i386 = broken on 32-bit; enum in src/frontend/mame/ui/videoopt.h starting at 0x80000000
ONLY_FOR_ARCHS = amd64 i386
@ -7,7 +7,7 @@ USE_WXNEEDED = Yes
COMMENT = Multiple Arcade Machine Emulator
V = 219
V = 220
GH_ACCOUNT = mamedev
GH_PROJECT = mame
GH_TAGNAME = mame0${V}

View File

@ -1,2 +1,2 @@
SHA256 (mame-0.219.tar.gz) = lRPARgM+RR2Grf3Sl9qKKtm2ZCovPvZp4UQ9CswsLgs=
SIZE (mame-0.219.tar.gz) = 183284069
SHA256 (mame-0.220.tar.gz) = gVC8jGDkcE7CIqIqjU3InC3pJ4HQ5S4oIBJrQ1fDbBI=
SIZE (mame-0.220.tar.gz) = 183042822

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-makefile,v 1.12 2020/02/03 22:00:01 fcambus Exp $
$OpenBSD: patch-makefile,v 1.13 2020/04/06 12:26:06 fcambus Exp $
- Disable hardcoded -O3 optimizations
- Fix GCC_VERSION and CLANG_VERSION detection
@ -6,7 +6,7 @@ $OpenBSD: patch-makefile,v 1.12 2020/02/03 22:00:01 fcambus Exp $
Index: makefile
--- makefile.orig
+++ makefile
@@ -207,7 +207,7 @@ GENIEOS := freebsd
@@ -208,7 +208,7 @@ GENIEOS := freebsd
endif
ifeq ($(firstword $(filter OpenBSD,$(UNAME))),OpenBSD)
OS := openbsd
@ -15,7 +15,7 @@ Index: makefile
endif
ifeq ($(firstword $(filter Darwin,$(UNAME))),Darwin)
OS := macosx
@@ -588,11 +588,6 @@ PROFILER =
@@ -589,11 +589,6 @@ PROFILER =
SYMBOLS = 1
endif
@ -27,7 +27,7 @@ Index: makefile
# set the symbols level
ifdef SYMBOLS
PARAMS += --SYMBOLS='$(SYMBOLS)'
@@ -953,8 +948,8 @@ endif
@@ -958,8 +953,8 @@ endif
ifeq ($(OS),windows)
ifeq (posix,$(SHELLTYPE))
@ -38,7 +38,7 @@ Index: makefile
PYTHON_AVAILABLE := $(shell $(PYTHON) --version > /dev/null 2>&1 && echo python)
GIT_AVAILABLE := $(shell git --version > /dev/null 2>&1 && echo git)
else
@@ -1009,9 +1004,9 @@ else
@@ -1014,9 +1009,9 @@ else
$(info Clang $(CLANG_VERSION) detected)
ifneq ($(TARGETOS),asmjs)
ifeq ($(ARCHITECTURE),_x64)