summaryrefslogtreecommitdiffstats
path: root/network/pidgin-privacy-please
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 03:45:57 +0100
committer B. Watson2022-06-07 08:23:29 +0200
commitf7fe054850604428b5b1a8c10deda8fda841164d (patch)
tree3e7b3f68869fc3f3271edb3deb534ff11447557e /network/pidgin-privacy-please
parenteb2ffb14302075e896cd7ffbe26c471bd6d6e693 (diff)
downloadslackbuilds-f7fe054850604428b5b1a8c10deda8fda841164d.tar.gz
network/pidgin-privacy-please: Change i486 to i586
Diffstat (limited to 'network/pidgin-privacy-please')
-rw-r--r--network/pidgin-privacy-please/pidgin-privacy-please.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/pidgin-privacy-please/pidgin-privacy-please.SlackBuild b/network/pidgin-privacy-please/pidgin-privacy-please.SlackBuild
index 2db9f697c0..372775693d 100644
--- a/network/pidgin-privacy-please/pidgin-privacy-please.SlackBuild
+++ b/network/pidgin-privacy-please/pidgin-privacy-please.SlackBuild
@@ -44,14 +44,14 @@ OUTPUT=${OUTPUT:-/tmp}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
fi
-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"