diff options
Diffstat (limited to 'games/mame/mame.SlackBuild')
-rw-r--r-- | games/mame/mame.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games/mame/mame.SlackBuild b/games/mame/mame.SlackBuild index 250860d09b..5e0f6306b7 100644 --- a/games/mame/mame.SlackBuild +++ b/games/mame/mame.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for M.A.M.E. # -# Copyright 2010-2011 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2010-2012 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # Adapted from sdlmame.SlackBuild, Written by B. Watson (yalhcru@gmail.com) PRGNAM=mame -VERSION=${VERSION:-0.143} +VERSION=${VERSION:-0.145} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,6 +73,9 @@ chmod -R a-s,u+w,go+r-w . # $HOME/.mame, then /etc. cat $CWD/ini_path.diff | patch -p0 +# This is purely cosmetic. +sed -i 's/DISTRO = generic/DISTRO = slackware/' src/osd/sdl/sdl.mak + make OPTIMIZE=3 ARCHOPTS="$SLKCFLAGS" make tools |