diff options
Diffstat (limited to 'games/mupen64plus/mupen64plus.SlackBuild')
-rw-r--r-- | games/mupen64plus/mupen64plus.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/mupen64plus/mupen64plus.SlackBuild b/games/mupen64plus/mupen64plus.SlackBuild index f2c7cf6866..21e92bf920 100644 --- a/games/mupen64plus/mupen64plus.SlackBuild +++ b/games/mupen64plus/mupen64plus.SlackBuild @@ -26,15 +26,13 @@ PRGNAM=mupen64plus VERSION=${VERSION:-1.5} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -71,6 +69,7 @@ rm -rf Mupen64Plus-1-5-src tar xvf $CWD/Mupen64Plus-1-5-src.tar.gz || exit 1 cd Mupen64Plus-1-5-src || exit 1 patch -p1 < $CWD/gcc4.4-build.patch +patch -p1 < $CWD/ftbfs-gvariant-type-conflicts.patch chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ |