summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-03-21 02:52:58 -0400
committer David Spencer <idlemoor@slackbuilds.org>2017-03-25 13:28:18 +0000
commitd5bc63681c13a2b102e33e14e28c52cf5e139226 (patch)
treec56700d2cf8b564048c3927fd6d3933efa4523d6
parent31c3e74d3e03e9947d5e562e8056ea0baa76fc85 (diff)
downloadslackbuilds-d5bc63681c13a2b102e33e14e28c52cf5e139226.tar.gz
slackbuilds-d5bc63681c13a2b102e33e14e28c52cf5e139226.tar.xz
multimedia/SimpleSysexxer: Fix .info, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--multimedia/SimpleSysexxer/SimpleSysexxer.SlackBuild6
-rw-r--r--multimedia/SimpleSysexxer/SimpleSysexxer.info2
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/SimpleSysexxer/SimpleSysexxer.SlackBuild b/multimedia/SimpleSysexxer/SimpleSysexxer.SlackBuild
index a0d3aabea8..ecce87f898 100644
--- a/multimedia/SimpleSysexxer/SimpleSysexxer.SlackBuild
+++ b/multimedia/SimpleSysexxer/SimpleSysexxer.SlackBuild
@@ -9,7 +9,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
@@ -20,8 +20,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/SimpleSysexxer/SimpleSysexxer.info b/multimedia/SimpleSysexxer/SimpleSysexxer.info
index 02dc284d09..e3d683e838 100644
--- a/multimedia/SimpleSysexxer/SimpleSysexxer.info
+++ b/multimedia/SimpleSysexxer/SimpleSysexxer.info
@@ -4,7 +4,7 @@ HOMEPAGE="http://www.christeck.de/wp/?page_id=24"
DOWNLOAD="http://downloads.sourceforge.net/project/sysexxer/SimpleSysexxer-0.3/SimpleSysexxer-0.3.tar.gz"
MD5SUM="59c1b91089bb15050e3a58aa602332db"
DOWNLOAD_x86_64="UNTESTED"
-MD5SUM_x86_64="UNTESTED"
+MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Michales Michaloudes"
EMAIL="korgie@gmail.com"