summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
Diffstat (limited to 'office')
-rw-r--r--office/elyxer/elyxer.SlackBuild6
-rw-r--r--office/elyxer/elyxer.info2
2 files changed, 4 insertions, 4 deletions
diff --git a/office/elyxer/elyxer.SlackBuild b/office/elyxer/elyxer.SlackBuild
index 554017035f..78873dff1d 100644
--- a/office/elyxer/elyxer.SlackBuild
+++ b/office/elyxer/elyxer.SlackBuild
@@ -11,7 +11,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
@@ -22,8 +22,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/office/elyxer/elyxer.info b/office/elyxer/elyxer.info
index d0811876da..ef1dabdaf6 100644
--- a/office/elyxer/elyxer.info
+++ b/office/elyxer/elyxer.info
@@ -2,8 +2,8 @@ PRGNAM="elyxer"
VERSION="1.2.5"
HOMEPAGE="http://alexfernandez.github.io/elyxer/"
DOWNLOAD="http://alexfernandez.github.io/elyxer/dist/elyxer-1.2.5.tar.gz"
-DOWNLOAD_x86_64=""
MD5SUM="2692c4c6c5f379c2866eb11eced628bd"
+DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Bending Unit 647"