diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2016-09-07 20:44:06 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-11 08:53:43 +0700 |
commit | ca6d086626876e8fb7e20a4d528131cf58572c25 (patch) | |
tree | d4798c3566a7105cd9490d0d03c42aa65fda17cd /graphics/mapcrafter/mapcrafter.SlackBuild | |
parent | 747cb6ff8178f930c2ad8cb3dfa969fcefa68dae (diff) |
graphics/mapcrafter: Updated for version 2.3.1.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
Diffstat (limited to 'graphics/mapcrafter/mapcrafter.SlackBuild')
-rw-r--r-- | graphics/mapcrafter/mapcrafter.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/mapcrafter/mapcrafter.SlackBuild b/graphics/mapcrafter/mapcrafter.SlackBuild index 25ebaee47771c..1aefc0485981e 100644 --- a/graphics/mapcrafter/mapcrafter.SlackBuild +++ b/graphics/mapcrafter/mapcrafter.SlackBuild @@ -25,13 +25,13 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mapcrafter -VERSION=${VERSION:-2.3} +VERSION=${VERSION:-2.3.1} BUILD=${BUILD:-1} 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 @@ -42,8 +42,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" |