summaryrefslogtreecommitdiffstats
path: root/network/qTox
diff options
context:
space:
mode:
Diffstat (limited to 'network/qTox')
-rw-r--r--network/qTox/README4
-rw-r--r--network/qTox/qTox.SlackBuild6
2 files changed, 5 insertions, 5 deletions
diff --git a/network/qTox/README b/network/qTox/README
index 0c2c41d1a7..c76aec374d 100644
--- a/network/qTox/README
+++ b/network/qTox/README
@@ -1,4 +1,4 @@
-qTox is a powerful Tox client that tries to follow the Tox design guidelines
-while running on all major platforms.
+qTox is a powerful Tox client that tries to follow the Tox design
+guidelines while running on all major platforms.
qTox upstream switched toxcore library for the new c-toxcore fork.
diff --git a/network/qTox/qTox.SlackBuild b/network/qTox/qTox.SlackBuild
index ae58fc4081..dba0b5861a 100644
--- a/network/qTox/qTox.SlackBuild
+++ b/network/qTox/qTox.SlackBuild
@@ -32,7 +32,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
@@ -50,8 +50,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"