From fd323a0adce39a25a6c8d1fce99c2f3aa0ba2c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 27 Jan 2016 09:36:20 +0100 Subject: [PATCH] mame: update to 0.170 --- srcpkgs/mame/patches/musl-sched.patch | 15 --------------- srcpkgs/mame/template | 4 ++-- 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 srcpkgs/mame/patches/musl-sched.patch diff --git a/srcpkgs/mame/patches/musl-sched.patch b/srcpkgs/mame/patches/musl-sched.patch deleted file mode 100644 index c8c41609b69..00000000000 --- a/srcpkgs/mame/patches/musl-sched.patch +++ /dev/null @@ -1,15 +0,0 @@ -The musl libc header /usr/include/sched.h fails with the string.h -memory functions redefined as macros, thus enable the mem tracking -only if __GLIBC__ is defined as well. - ---- src/lib/util/corealloc.h 2015-06-06 19:27:52.467562344 +0200 -+++ src/lib/util/corealloc.h 2015-06-06 19:30:09.602554928 +0200 -@@ -84,7 +84,7 @@ - // ADDDITIONAL MACROS - //************************************************************************** - --#ifndef NO_MEM_TRACKING -+#if !defined(NO_MEM_TRACKING) && defined(__GLIBC__) - // re-route classic malloc-style allocations - #undef malloc - #undef calloc diff --git a/srcpkgs/mame/template b/srcpkgs/mame/template index 1ab95d2913e..ed29ce8d13e 100644 --- a/srcpkgs/mame/template +++ b/srcpkgs/mame/template @@ -1,6 +1,6 @@ # Template file for 'mame' pkgname=mame -version=0169 +version=0170 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="mame" -checksum=3c71d44260899ee01a1f85bd173d57edcc98f2973f8f068e038e30ad4d1ba5dc +checksum=eb4b319a69b1876601407df37fdd0aa3ff54929c8e7fa90e6016aff0e074bb53 hostmakedepends="perl pkg-config python automoc4" makedepends="SDL2_ttf-devel fontconfig-devel $(vopt_if qt qt5-devel) lua-devel