mame: unbreak musl
This commit is contained in:
parent
edf0d377fb
commit
57703a9c08
2 changed files with 11 additions and 1 deletions
10
srcpkgs/mame/patches/musl-sched.patch
Normal file
10
srcpkgs/mame/patches/musl-sched.patch
Normal 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__)
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mame'
|
||||
pkgname=mame
|
||||
version=0162
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="mame-${version}s"
|
||||
homepage="http://mamedev.org"
|
||||
distfiles="https://github.com/mamedev/$pkgname/releases/download/${pkgname}${version}/${pkgname}${version}s.zip"
|
||||
|
|
Loading…
Reference in a new issue