diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/foobillardplus/foobillardplus.SlackBuild | 6 | ||||
-rw-r--r-- | games/foobillardplus/foobillardplus.desktop | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/games/foobillardplus/foobillardplus.SlackBuild b/games/foobillardplus/foobillardplus.SlackBuild index 982ad408b27c..759c0ed7e026 100644 --- a/games/foobillardplus/foobillardplus.SlackBuild +++ b/games/foobillardplus/foobillardplus.SlackBuild @@ -33,7 +33,7 @@ TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -44,8 +44,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" diff --git a/games/foobillardplus/foobillardplus.desktop b/games/foobillardplus/foobillardplus.desktop index d45ea2e4dc9a..d090343ee59d 100644 --- a/games/foobillardplus/foobillardplus.desktop +++ b/games/foobillardplus/foobillardplus.desktop @@ -1,5 +1,4 @@ [Desktop Entry] -Encoding=UTF-8 Name=FooBillard++ GenericName=OpenGL billard game Comment=Free OpenGL billard game for Linux |