diff options
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 \) \ |