From 689a2e51cc6cd24fa0da10b2e8c52419eca60ca1 Mon Sep 17 00:00:00 2001 From: David Woodfall Date: Tue, 27 Mar 2018 12:37:51 +0000 Subject: system/lomoco: Switch to i586. Signed-off-by: David Spencer --- system/lomoco/README | 4 ++-- system/lomoco/lomoco.SlackBuild | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/system/lomoco/README b/system/lomoco/README index 6f8133d892..16ce1d08d7 100644 --- a/system/lomoco/README +++ b/system/lomoco/README @@ -1,4 +1,4 @@ -lomoco (Logitech Mouse Control for Linux) +lomoco (Logitech Mouse Control for Linux) lomoco can configure vendor-specific options on Logitech USB mice (or dual-personality mice plugged into the USB port). A number of recent @@ -6,4 +6,4 @@ devices are supported. The program is mostly useful in setting the resolution to 800 cpi or higher on mice that boot at 400 cpi (such as the MX500, MX510, MX1000 etc.), and disabling SmartScroll or Cruise Control for those who would rather use the two extra buttons as -ordinary mouse buttons. +ordinary mouse buttons. diff --git a/system/lomoco/lomoco.SlackBuild b/system/lomoco/lomoco.SlackBuild index cad6b6b8b8..96fce19e29 100644 --- a/system/lomoco/lomoco.SlackBuild +++ b/system/lomoco/lomoco.SlackBuild @@ -23,12 +23,12 @@ PRGNAM=lomoco VERSION=${VERSION:-1.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} 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 @@ -39,8 +39,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" -- cgit v1.2.3-65-gdbad