diff --git a/srcpkgs/mame/template b/srcpkgs/mame/template index 0f13cb08e9a..bde2907c99d 100644 --- a/srcpkgs/mame/template +++ b/srcpkgs/mame/template @@ -1,7 +1,7 @@ # Template file for 'mame' pkgname=mame version=0166 -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" @@ -36,9 +36,7 @@ do_build() { opts+=" USE_SYSTEM_LIB_ZLIB=1" opts+=" USE_SYSTEM_LIB_JPEG=1" opts+=" USE_SYSTEM_LIB_FLAC=1" - # Doesn't work with lua 5.2.x because it fails to find - # find lua_writestringerror() which is part of lua 5.3.x - # opts+=" USE_SYSTEM_LIB_LUA=1" + opts+=" USE_SYSTEM_LIB_LUA=1" opts+=" USE_SYSTEM_LIB_SQLITE3=1" opts+=" USE_SYSTEM_LIB_PORTMIDI=1" opts+=" USE_SYSTEM_LIB_PORTAUDIO=1"