summaryrefslogtreecommitdiffstats
path: root/games/mupen64plus/mupen64plus.SlackBuild
diff options
context:
space:
mode:
author M.Dinslage <daedra1980{at}gmail{dot}com>2011-01-10 07:53:23 -0200
committer Robby Workman <rworkman@slackbuilds.org>2011-01-10 15:04:25 -0600
commitfb6a932c500c83edb25deae93f8b0b2620f3f84e (patch)
tree7d0efa31591b84beb2cb31d3bc60c4eb8a43aa31 /games/mupen64plus/mupen64plus.SlackBuild
parentdaa75b6a3557290e7e321998647717a3b851a70d (diff)
downloadslackbuilds-fb6a932c500c83edb25deae93f8b0b2620f3f84e.tar.gz
slackbuilds-fb6a932c500c83edb25deae93f8b0b2620f3f84e.tar.xz
games/mupen64plus: Fixed to build with new gtk/glib.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games/mupen64plus/mupen64plus.SlackBuild')
-rw-r--r--games/mupen64plus/mupen64plus.SlackBuild5
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 \) \