summaryrefslogtreecommitdiffstats
path: root/games/xye
diff options
context:
space:
mode:
Diffstat (limited to 'games/xye')
-rw-r--r--games/xye/README12
-rw-r--r--games/xye/xye.SlackBuild6
2 files changed, 9 insertions, 9 deletions
diff --git a/games/xye/README b/games/xye/README
index 2b7d184639..f1da5660c2 100644
--- a/games/xye/README
+++ b/games/xye/README
@@ -1,7 +1,7 @@
-Xye is a puzzle game in which the objective is to help a character that looks
-like a green circle to get all the gems in the room. This is, of course, not as
-easy as it sounds, Xye must solve all sorts of puzzles while at the same time
-avoiding all sorts of traps and beasts.
+Xye is a puzzle game in which the objective is to help a character
+that looks like a green circle to get all the gems in the room. This
+is, of course, not as easy as it sounds, Xye must solve all sorts of
+puzzles while at the same time avoiding all sorts of traps and beasts.
-Xye is similar to other puzzle games like sokoban or boulderdash, yet it also
-includes some arcade elements.
+Xye is similar to other puzzle games like sokoban or boulderdash, yet
+it also includes some arcade elements.
diff --git a/games/xye/xye.SlackBuild b/games/xye/xye.SlackBuild
index 38bb8011c0..38cfa45449 100644
--- a/games/xye/xye.SlackBuild
+++ b/games/xye/xye.SlackBuild
@@ -34,7 +34,7 @@ PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -52,8 +52,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"