diff options
Diffstat (limited to 'games/mame/mame.SlackBuild')
-rw-r--r-- | games/mame/mame.SlackBuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/games/mame/mame.SlackBuild b/games/mame/mame.SlackBuild index ac9090ff39f95..cadadc01981bb 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-2013 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2010-2014 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.152} +VERSION=${VERSION:-0.154} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -90,9 +90,11 @@ fi # This is purely cosmetic. sed -i 's/DISTRO = generic/DISTRO = slackware/' src/osd/sdl/sdl.mak -make OPTIMIZE=3 \ +# Use system flac, jpeg, and expat libraries (instead of internal) +make OPTIMIZE=3 BUILD_FLAC=0 BUILD_JPEG=0 BUILD_EXPAT=0 \ ARCHOPTS="$SLKCFLAGS -Wno-error=narrowing -Wno-error=maybe-uninitialized" -make tools +make OPTIMIZE=3 BUILD_FLAC=0 BUILD_JPEG=0 BUILD_EXPAT=0 \ + ARCHOPTS="$SLKCFLAGS -Wno-error=narrowing -Wno-error=maybe-uninitialized" tools # There is no "make install" target, just copy everything where it goes. # Binaries are already stripped. |