diff options
Diffstat (limited to 'libraries/ogre/ogre.SlackBuild')
-rw-r--r-- | libraries/ogre/ogre.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libraries/ogre/ogre.SlackBuild b/libraries/ogre/ogre.SlackBuild index 6f8a753dac..958cc17e2b 100644 --- a/libraries/ogre/ogre.SlackBuild +++ b/libraries/ogre/ogre.SlackBuild @@ -26,15 +26,15 @@ PRGNAM=ogre VERSION=${VERSION:-1.9} -BUILD=${BUILD:-5} +BUILD=${BUILD:-6} TAG=${TAG:-_SBo} SRCNAM="${PRGNAM}_src_v${VERSION//./-}" -SRCNAM="sinbad-ogre-108ab0bcc696" # This is just temporary +SRCNAM="sinbad-ogre-6e05fa641af2" # This is just temporary if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -46,8 +46,8 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} # Not really required -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" |