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
commit01f8d72ed96f8ba8b0daf3bff087825abc57bbc5 (patch)
tree63f27b34fd04233b53ed521d55a4b719ccf76a55 /bin-editors
parent43e88fa3d8225da34b6f73e3bd7736dfc5fafd4a (diff)
libreoffice-bin-help: 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-help/DETAILS2
-rw-r--r--bin-editors/libreoffice-bin-help/HISTORY5
2 files changed, 6 insertions, 1 deletions
diff --git a/bin-editors/libreoffice-bin-help/DETAILS b/bin-editors/libreoffice-bin-help/DETAILS
index 32f5425..02acfa9 100755
--- a/bin-editors/libreoffice-bin-help/DETAILS
+++ b/bin-editors/libreoffice-bin-help/DETAILS
@@ -11,7 +11,7 @@ fi
SITE="http://download.documentfoundation.org/libreoffice/stable/$VERSION/rpm/"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
HELPLANG_LIST="en-US 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-help/HISTORY b/bin-editors/libreoffice-bin-help/HISTORY
index f853afe..92d0326 100644
--- a/bin-editors/libreoffice-bin-help/HISTORY
+++ b/bin-editors/libreoffice-bin-help/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)