summaryrefslogtreecommitdiffstats
path: root/bin-editors
diff options
context:
space:
mode:
authorEric Sandall2019-07-09 03:46:01 +0000
committerEric Sandall2019-07-09 03:46:01 +0000
commitc4ce96812b48ca9738fabcc64181bc8578dc7cb4 (patch)
tree1b1af11bb805da211b22446e837e368667bda1ff /bin-editors
parent01f8d72ed96f8ba8b0daf3bff087825abc57bbc5 (diff)
libreoffice-bin-lang: Set 64-bit for EM64T as well.
Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs changed SMGL_COMPAT_ARCHS[1] from x86_64 to em64t.
Diffstat (limited to 'bin-editors')
-rwxr-xr-xbin-editors/libreoffice-bin-lang/DETAILS2
-rw-r--r--bin-editors/libreoffice-bin-lang/HISTORY5
2 files changed, 6 insertions, 1 deletions
diff --git a/bin-editors/libreoffice-bin-lang/DETAILS b/bin-editors/libreoffice-bin-lang/DETAILS
index a4b2106..7840053 100755
--- a/bin-editors/libreoffice-bin-lang/DETAILS
+++ b/bin-editors/libreoffice-bin-lang/DETAILS
@@ -11,7 +11,7 @@ fi
SITE="http://download.documentfoundation.org/libreoffice/stable/$VERSION/rpm/"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
LANG_LIST="cs de es fi fr hr it ja nl pl pt ru sl tr"
-if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
LIBO_ARCH="x86_64"
URL_ARCH="x86_64"
else
diff --git a/bin-editors/libreoffice-bin-lang/HISTORY b/bin-editors/libreoffice-bin-lang/HISTORY
index 7d4848b..243e2f5 100644
--- a/bin-editors/libreoffice-bin-lang/HISTORY
+++ b/bin-editors/libreoffice-bin-lang/HISTORY
@@ -1,3 +1,8 @@
+2019-07-08 Eric Sandall <sandalle@sourcemage.org>
+ * Set 64-bit for EM64T as well.
+ Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs changed
+ SMGL_COMPAT_ARCHS[1] from x86_64 to em64t.
+
2019-06-06 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 6.2.4 (fresh), 6.1.6 (still)