diff options
author | M.Dinslage <daedra1980{at}gmail{dot}com> | 2010-04-18 22:14:00 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:38:24 +0200 |
commit | 5a4f2c84d3fd2b274b289c447bb98d9baf7dc060 (patch) | |
tree | 28578a28f09cd1f36bc9634f10724f07c9c1632c /games/mupen64plus/mupen64plus.SlackBuild | |
parent | 8c5023e6e1a83a0d43a4570eb3c3aadb59921f84 (diff) | |
download | slackbuilds-5a4f2c84d3fd2b274b289c447bb98d9baf7dc060.tar.gz |
games/mupen64plus: Updated build with patch for gcc 4.4.
Diffstat (limited to 'games/mupen64plus/mupen64plus.SlackBuild')
-rw-r--r-- | games/mupen64plus/mupen64plus.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/mupen64plus/mupen64plus.SlackBuild b/games/mupen64plus/mupen64plus.SlackBuild index 4a35d08365..a4dcb5f89e 100644 --- a/games/mupen64plus/mupen64plus.SlackBuild +++ b/games/mupen64plus/mupen64plus.SlackBuild @@ -26,7 +26,7 @@ PRGNAM=mupen64plus VERSION=${VERSION:-1.5} ARCH=${ARCH:-i486} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} CWD=$(pwd) @@ -57,6 +57,7 @@ cd $TMP || exit 1 rm -rf Mupen64Plus-1-5-src tar xzvf $CWD/Mupen64Plus-1-5-src.tar.gz || exit 1 cd Mupen64Plus-1-5-src || exit 1 +patch -p1 < $CWD/gcc4.4-build.patch chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ |