summaryrefslogtreecommitdiffstats
path: root/libraries/qt5-postgresql
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 04:19:32 +0100
committer B. Watson2022-06-07 08:24:03 +0200
commitfc4d18f7560c8ed6e373b902a0ddb143d211caa1 (patch)
treeb89aa9b486de5cb7a2525603f6c607370614258f /libraries/qt5-postgresql
parentf385871d70888cf652c04129051e824a119ec626 (diff)
downloadslackbuilds-fc4d18f7560c8ed6e373b902a0ddb143d211caa1.tar.gz
libraries/qt5-postgresql: Change i486 to i586
Diffstat (limited to 'libraries/qt5-postgresql')
-rw-r--r--libraries/qt5-postgresql/qt5-postgresql.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/qt5-postgresql/qt5-postgresql.SlackBuild b/libraries/qt5-postgresql/qt5-postgresql.SlackBuild
index cfed33aa41..b5e5faf758 100644
--- a/libraries/qt5-postgresql/qt5-postgresql.SlackBuild
+++ b/libraries/qt5-postgresql/qt5-postgresql.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"