diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:45:57 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:30 -0400 |
commit | d567cb3892cdc3a250b28a81a7a420d82a794718 (patch) | |
tree | 43d3eea4c6daf46c00a6d4fe9faa185be4cc6af1 /network/pidgin-visnotes | |
parent | 4761e8e68dfef2d4b79ced480d0b63c95d085f4f (diff) |
network/pidgin-visnotes: Change i486 to i586
Diffstat (limited to 'network/pidgin-visnotes')
-rw-r--r-- | network/pidgin-visnotes/pidgin-visnotes.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/pidgin-visnotes/pidgin-visnotes.SlackBuild b/network/pidgin-visnotes/pidgin-visnotes.SlackBuild index 215e45b91d96e..3768f06f2cb23 100644 --- a/network/pidgin-visnotes/pidgin-visnotes.SlackBuild +++ b/network/pidgin-visnotes/pidgin-visnotes.SlackBuild @@ -14,7 +14,7 @@ PKGTYPE=${PKGTYPE:-tgz} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -32,8 +32,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" |