mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
mame: update to 0.176
This commit is contained in:
parent
b758be6dc7
commit
b7af655d33
3 changed files with 3 additions and 35 deletions
|
@ -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 <pthread.h>
|
|
||||||
# if defined(__GLIBC__) && !( (__GLIBC__ > 2) || ( (__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 12) ) )
|
|
||||||
# include <sys/prctl.h>
|
|
||||||
-# endif // defined(__GLIBC__) ...
|
|
||||||
+# elif !defined(__GLIBC__)
|
|
||||||
+# include <sys/prctl.h>
|
|
||||||
+# 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);
|
|
|
@ -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 <signal.h>
|
|
||||||
#include <dlfcn.h>
|
|
||||||
|
|
||||||
-#include <codecvt>
|
|
||||||
#include <iomanip>
|
|
||||||
#include <memory>
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mame'
|
# Template file for 'mame'
|
||||||
pkgname=mame
|
pkgname=mame
|
||||||
version=0175
|
version=0176
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="mame-mame${version}"
|
wrksrc="mame-mame${version}"
|
||||||
homepage="http://mamedev.org"
|
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"
|
short_desc="The Multiple Arcade Machine Emulator"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=b24a889cff0fa98c04e0a14dc06f72ba8dbec57b251a01cdd201da1824a3afd4
|
checksum=e8837ae9c21ac6ca289c0214747a6d7ff7cc4683b9426377f42cda318fddcb25
|
||||||
|
|
||||||
hostmakedepends="perl pkg-config python automoc4"
|
hostmakedepends="perl pkg-config python automoc4"
|
||||||
makedepends="libstdc++-devel SDL2_ttf-devel $(vopt_if qt qt5-devel) lua-devel
|
makedepends="libstdc++-devel SDL2_ttf-devel $(vopt_if qt qt5-devel) lua-devel
|
||||||
|
@ -18,7 +18,7 @@ nocross=yes
|
||||||
replaces="sdlmame>=0 sdlmess>=0"
|
replaces="sdlmame>=0 sdlmess>=0"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*) broken="ENOMEM"
|
i686*) nodebug=yes
|
||||||
esac
|
esac
|
||||||
|
|
||||||
CXXFLAGS="-DUSE_INTERNAL_CBEGIN_CEND=1 -I${XBPS_CROSS_BASE}/usr/include/lua5.3"
|
CXXFLAGS="-DUSE_INTERNAL_CBEGIN_CEND=1 -I${XBPS_CROSS_BASE}/usr/include/lua5.3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue