diff --git a/srcpkgs/mame/patches/0001-musl-fix.patch b/srcpkgs/mame/patches/0001-musl-fix.patch deleted file mode 100644 index f882e65a765..00000000000 --- a/srcpkgs/mame/patches/0001-musl-fix.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- 3rdparty/bx/include/bx/thread.h 2016-02-24 08:02:17.000000000 +0100 -+++ 3rdparty/bx/include/bx/thread.h 2016-02-24 09:31:36.413131472 +0100 -@@ -10,7 +10,9 @@ - # include - # if defined(__GLIBC__) && !( (__GLIBC__ > 2) || ( (__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 12) ) ) - # include --# endif // defined(__GLIBC__) ... -+# elif !defined(__GLIBC__) -+# include -+# endif // !defined(__GLIBC__) ... - #elif BX_PLATFORM_WINRT - using namespace Platform; - using namespace Windows::Foundation; -@@ -153,7 +155,7 @@ - #if BX_PLATFORM_OSX || BX_PLATFORM_IOS - pthread_setname_np(_name); - #elif BX_PLATFORM_LINUX --# if defined(__GLIBC__) && (__GLIBC__ > 2) || ( (__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 12) ) -+# if defined(__GLIBC__) && ( (__GLIBC__ > 2) || ( (__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 12) ) ) - pthread_setname_np(m_handle, _name); - # else - prctl(PR_SET_NAME,_name, 0, 0, 0); diff --git a/srcpkgs/mame/patches/0002-remove-codecvt.patch b/srcpkgs/mame/patches/0002-remove-codecvt.patch deleted file mode 100644 index 22ceda9978d..00000000000 --- a/srcpkgs/mame/patches/0002-remove-codecvt.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- src/osd/modules/lib/osdlib_unix.cpp 2016-06-29 08:34:30.000000000 +0200 -+++ src/osd/modules/lib/osdlib_unix.cpp 2016-06-30 00:05:37.786102315 +0200 -@@ -15,7 +15,6 @@ - #include - #include - --#include - #include - #include - diff --git a/srcpkgs/mame/template b/srcpkgs/mame/template index 3fb9829b118..a3f52bb6d54 100644 --- a/srcpkgs/mame/template +++ b/srcpkgs/mame/template @@ -1,6 +1,6 @@ # Template file for 'mame' pkgname=mame -version=0175 +version=0176 revision=1 wrksrc="mame-mame${version}" homepage="http://mamedev.org" @@ -8,7 +8,7 @@ distfiles="https://github.com/mamedev/mame/archive/mame${version}.tar.gz" short_desc="The Multiple Arcade Machine Emulator" maintainer="Jürgen Buchmüller " license="GPL-2" -checksum=b24a889cff0fa98c04e0a14dc06f72ba8dbec57b251a01cdd201da1824a3afd4 +checksum=e8837ae9c21ac6ca289c0214747a6d7ff7cc4683b9426377f42cda318fddcb25 hostmakedepends="perl pkg-config python automoc4" makedepends="libstdc++-devel SDL2_ttf-devel $(vopt_if qt qt5-devel) lua-devel @@ -18,7 +18,7 @@ nocross=yes replaces="sdlmame>=0 sdlmess>=0" case "$XBPS_TARGET_MACHINE" in - i686*) broken="ENOMEM" + i686*) nodebug=yes esac CXXFLAGS="-DUSE_INTERNAL_CBEGIN_CEND=1 -I${XBPS_CROSS_BASE}/usr/include/lua5.3"