diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-27 00:12:30 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-27 01:03:53 -0500 |
commit | f4d26d11771513bf7db4b8036c727bacd2af0378 (patch) | |
tree | 77c63b51290ffdcdfe3fb41494856a35ee2a6e38 /development/texi2html/texi2html.SlackBuild | |
parent | d7e474d1be6bc50ba8674902914215a3a66b1a74 (diff) |
development/texi2html: s,i486,i586,g and see commit note below
Upstream recommending that users of texi2html migrate to
using texi2any instead, so consider this tool deprecated.
Diffstat (limited to 'development/texi2html/texi2html.SlackBuild')
-rw-r--r-- | development/texi2html/texi2html.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/texi2html/texi2html.SlackBuild b/development/texi2html/texi2html.SlackBuild index 4e3021608e1f..26917bcd084d 100644 --- a/development/texi2html/texi2html.SlackBuild +++ b/development/texi2html/texi2html.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for texi2html -# Copyright 2013 Robby Workman, Northport, Alabama, USA +# Copyright 2013-2021 Robby Workman, Tuscaloosa, Alabama, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,7 +29,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 @@ -40,8 +40,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" |