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
commit4d94ed89556b05e30a70805da8af2473dc76c067 (patch)
tree5f9757adce765f88f306c4f16e7c18366a5e56e7 /bin-editors
parentc4ce96812b48ca9738fabcc64181bc8578dc7cb4 (diff)
openoffice3-bin: 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/openoffice3-bin/DETAILS2
-rw-r--r--bin-editors/openoffice3-bin/HISTORY5
-rwxr-xr-xbin-editors/openoffice3-bin/PRE_BUILD2
3 files changed, 7 insertions, 2 deletions
diff --git a/bin-editors/openoffice3-bin/DETAILS b/bin-editors/openoffice3-bin/DETAILS
index 42a2d02..1ac719f 100755
--- a/bin-editors/openoffice3-bin/DETAILS
+++ b/bin-editors/openoffice3-bin/DETAILS
@@ -1,6 +1,6 @@
SPELL=openoffice3-bin
# VERSION_DATE=20080930
-if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
VERSION=3.3.0
BUILD_VERSION=9567
SOURCE=OOo_${VERSION}_Linux_x86-64_install-rpm-wJRE_en-US.tar.gz
diff --git a/bin-editors/openoffice3-bin/HISTORY b/bin-editors/openoffice3-bin/HISTORY
index 8bd972b..6bf7142 100644
--- a/bin-editors/openoffice3-bin/HISTORY
+++ b/bin-editors/openoffice3-bin/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.
+
2012-02-20 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Updated to 3.3.0 (Build #9567)
Added official load balanced SOURCE_URL
diff --git a/bin-editors/openoffice3-bin/PRE_BUILD b/bin-editors/openoffice3-bin/PRE_BUILD
index ac29827..84ac04b 100755
--- a/bin-editors/openoffice3-bin/PRE_BUILD
+++ b/bin-editors/openoffice3-bin/PRE_BUILD
@@ -19,7 +19,7 @@ do
done &&
message "${MESSAGE_COLOR}Extracting icons ${DEFAULT_COLOR}" &&
-if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
FILENAME="openoffice.org${VERSION%.*}-freedesktop-menus-${VERSION%.*}-9556"
else
FILENAME="openoffice.org${VERSION%.*}-freedesktop-menus-${VERSION%.*}-9556"