summaryrefslogtreecommitdiffstats
path: root/games/toga2/toga2.SlackBuild
diff options
context:
space:
mode:
author Marco Pessotto2010-05-13 00:27:19 +0200
committer Robby Workman2010-05-13 00:27:19 +0200
commit89dafba17708cd5a4f800cb34cea0636c3712708 (patch)
tree9472e71889bae05d8d5101be8500b81fd4ba55e7 /games/toga2/toga2.SlackBuild
parent0c6074bf49e032538555eca4310dc2785252291c (diff)
downloadslackbuilds-89dafba17708cd5a4f800cb34cea0636c3712708.tar.gz
games/toga2: Updated for version 141SE_posix
Diffstat (limited to 'games/toga2/toga2.SlackBuild')
-rw-r--r--games/toga2/toga2.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/toga2/toga2.SlackBuild b/games/toga2/toga2.SlackBuild
index 12ba218fca..6202b1f696 100644
--- a/games/toga2/toga2.SlackBuild
+++ b/games/toga2/toga2.SlackBuild
@@ -17,10 +17,13 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
fi
set -e
@@ -57,4 +60,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}