xmame: update to 0.106, and allow default CFLAGS, because even -pipe breaks compilation

This commit is contained in:
Nick Steeves 2006-07-21 15:54:44 +00:00
parent 4b9ba78f87
commit 84d727f657
2 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,4 @@
47237fb498c4fcb03468645ead97e39f gridlee.zip
ea9f4dc6512241e2aa1b95d408fb058d polyplay.zip
b41742220c453f7df1e0dc17f221ccc7 robby.zip
d75ef4845f3b961ec1bfa6e80fbf9433 xmame-0.104.tar.bz2
b2b18d32a03ebd4d9c9476fbb93695ca xmame-0.106.tar.bz2

View File

@ -1,11 +1,12 @@
# Description: X implementation of the Multiple Arcade Machine Emulator.
# URL: http://x.mame.net/
# Maintainer: Daniel Walpole, daniel at walpole dot id dot au
# Packager: sten, nick dot steeves at shaw dot ca
# Depends on: libsdl
name=xmame
version=0.104
release=2
version=0.106
release=1
source=(http://x.mame.net/download/$name-$version.tar.bz2 \
http://www.mame.net/roms/robby.zip \
http://www.mame.net/roms/polyplay.zip \
@ -37,7 +38,6 @@ build() {
# make sdl
make \
CFLAGS="${CFLAGS}" \
PREFIX=/usr \
DISPLAY_METHOD=SDL \
$ESOUND \
@ -51,7 +51,6 @@ build() {
# make x11
make \
CFLAGS="${CFLAGS}" \
PREFIX=/usr \
DISPLAY_METHOD=x11 \
$ESOUND \