mame: unbreak musl

This commit is contained in:
jbu 2015-06-06 16:08:26 +02:00
parent edf0d377fb
commit 57703a9c08
2 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,10 @@
--- src/emu/emucore.h 2015-06-06 15:32:17.639326661 +0200
+++ src/emu/emucore.h 2015-06-06 15:32:02.649327471 +0200
@@ -19,6 +19,7 @@
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
+#include <sched.h>
// some cleanups for Solaris for things defined in stdlib.h
#if defined(__sun__) && defined(__svr4__)

View file

@ -1,7 +1,7 @@
# Template file for 'mame' # Template file for 'mame'
pkgname=mame pkgname=mame
version=0162 version=0162
revision=1 revision=2
wrksrc="mame-${version}s" wrksrc="mame-${version}s"
homepage="http://mamedev.org" homepage="http://mamedev.org"
distfiles="https://github.com/mamedev/$pkgname/releases/download/${pkgname}${version}/${pkgname}${version}s.zip" distfiles="https://github.com/mamedev/$pkgname/releases/download/${pkgname}${version}/${pkgname}${version}s.zip"