diff options
author | Thorn Inurcide <thorn_inurcide@zoho.com> | 2017-08-01 00:11:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-05 07:07:27 +0700 |
commit | 6f32f0067402c9e65d459371abe5293953a6c298 (patch) | |
tree | f1bcbd6a57ae682e7205ad507880847e3b32b50b /multimedia | |
parent | 6f3ea2534f01dd8de0f328a8265a5408ccc6a721 (diff) | |
download | slackbuilds-6f32f0067402c9e65d459371abe5293953a6c298.tar.gz |
multimedia/telepathy-farstream: Switch to i586 + updated email.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/telepathy-farstream/telepathy-farstream.SlackBuild | 8 | ||||
-rw-r--r-- | multimedia/telepathy-farstream/telepathy-farstream.info | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/telepathy-farstream/telepathy-farstream.SlackBuild b/multimedia/telepathy-farstream/telepathy-farstream.SlackBuild index 41fd36746a..782aad55b7 100644 --- a/multimedia/telepathy-farstream/telepathy-farstream.SlackBuild +++ b/multimedia/telepathy-farstream/telepathy-farstream.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for telepathy-farstream -# Copyright 2015 Thorn Inurcide USA +# Copyright 2015-2017 Thorn Inurcide USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,7 +29,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 @@ -40,8 +40,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" diff --git a/multimedia/telepathy-farstream/telepathy-farstream.info b/multimedia/telepathy-farstream/telepathy-farstream.info index 7a72a65a71..89447786a4 100644 --- a/multimedia/telepathy-farstream/telepathy-farstream.info +++ b/multimedia/telepathy-farstream/telepathy-farstream.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="telepathy-glib" MAINTAINER="Thorn Inurcide" -EMAIL="thorn-inurcide@yandex.com" +EMAIL="thorn_inurcide@zoho.com" |