summaryrefslogtreecommitdiffstats
path: root/office/devtodo/devtodo.SlackBuild
diff options
context:
space:
mode:
author Ricardo J. Barberis2018-03-20 12:15:14 +0100
committer David Spencer2018-03-20 12:15:32 +0100
commit6f27b71130287054b909471a63ea16660c2e26e8 (patch)
tree5ea88ce75a8e53960fe307226c9715370e71af6f /office/devtodo/devtodo.SlackBuild
parentf089409e20a59dd661ee55a30174f624f8df79d5 (diff)
downloadslackbuilds-6f27b71130287054b909471a63ea16660c2e26e8.tar.gz
office/devtodo: Switch to i586 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/devtodo/devtodo.SlackBuild')
-rw-r--r--office/devtodo/devtodo.SlackBuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/office/devtodo/devtodo.SlackBuild b/office/devtodo/devtodo.SlackBuild
index 84eb8899d4..63b6db0dad 100644
--- a/office/devtodo/devtodo.SlackBuild
+++ b/office/devtodo/devtodo.SlackBuild
@@ -2,9 +2,10 @@
# Slackware build script for: devtodo
# Copyright (c) 2007, Written by: Michiel van Wessem <michiel@slackbuilds.org>
-#
# All rights reserved.
#
+# Copyright (c) 2017-2018, Modified by: Ricardo J. Barberis <ricardo.barberis@gmail.com>
+#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
@@ -31,7 +32,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
@@ -42,8 +43,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"