diff options
author | Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info> | 2016-11-10 23:07:16 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-11-11 20:36:22 +0000 |
commit | 916e703738d2564345e12426c4a3e3d2068ba226 (patch) | |
tree | 2b79e141d4e3eb5aa774d3bb0f6f9fc7561c003b | |
parent | 37c26f3f0f22b9339d671efc2272a2bf9c1e8f12 (diff) | |
download | slackbuilds-916e703738d2564345e12426c4a3e3d2068ba226.tar.gz |
perl/perl-AnyEvent-I3: Switch to i586.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | perl/perl-AnyEvent-I3/perl-AnyEvent-I3.SlackBuild | 8 | ||||
-rw-r--r-- | perl/perl-AnyEvent-I3/perl-AnyEvent-I3.info | 2 | ||||
-rw-r--r-- | perl/perl-AnyEvent-I3/slack-desc | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/perl/perl-AnyEvent-I3/perl-AnyEvent-I3.SlackBuild b/perl/perl-AnyEvent-I3/perl-AnyEvent-I3.SlackBuild index 586b05e689..24392b17d0 100644 --- a/perl/perl-AnyEvent-I3/perl-AnyEvent-I3.SlackBuild +++ b/perl/perl-AnyEvent-I3/perl-AnyEvent-I3.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-AnyEvent-I3 # Written by Marcin Herda <mherda@slackword.net> -# Updated by Johannes Schoepfer <slackbuilds@schoepfer.info> +# Updated by Johannes Schoepfer # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -30,7 +30,7 @@ SRCNAM="$(printf $PRGNAM | cut -d- -f2-)" if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -41,8 +41,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/perl/perl-AnyEvent-I3/perl-AnyEvent-I3.info b/perl/perl-AnyEvent-I3/perl-AnyEvent-I3.info index cad228199d..b2a305b307 100644 --- a/perl/perl-AnyEvent-I3/perl-AnyEvent-I3.info +++ b/perl/perl-AnyEvent-I3/perl-AnyEvent-I3.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-JSON-XS perl-AnyEvent" MAINTAINER="Johannes Schoepfer" -EMAIL="slackbuilds@schoepfer.info" +EMAIL="slackbuilds[at]schoepfer[dot]info" diff --git a/perl/perl-AnyEvent-I3/slack-desc b/perl/perl-AnyEvent-I3/slack-desc index fe6172b22d..36f90fb16a 100644 --- a/perl/perl-AnyEvent-I3/slack-desc +++ b/perl/perl-AnyEvent-I3/slack-desc @@ -8,7 +8,7 @@ |-----handy-ruler------------------------------------------------------| perl-AnyEvent-I3: perl-AnyEvent-I3 (Communicate with the i3 window manager) perl-AnyEvent-I3: -perl-AnyEvent-I3: This module connects to the i3 window manager using the UNIX +perl-AnyEvent-I3: This module connects to the i3 window manager using the UNIX perl-AnyEvent-I3: socket based IPC interface it provides (if enabled in the perl-AnyEvent-I3: configuration file). You can then subscribe to events or perl-AnyEvent-I3: send messages and receive their replies. |