summaryrefslogtreecommitdiffstats
path: root/bin-mail
diff options
context:
space:
mode:
authorEric Sandall2019-07-09 03:46:01 +0000
committerEric Sandall2019-07-09 03:46:01 +0000
commit190942b79fceecfe2ca634337f19ba1fbf747c62 (patch)
treed47025035a2dac86c54112737c08aa36d0641dd4 /bin-mail
parent250b18e43039a887034784fbe2b6b69126941d1f (diff)
thunderbird-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-mail')
-rw-r--r--bin-mail/thunderbird-bin/DETAILS2
-rw-r--r--bin-mail/thunderbird-bin/HISTORY5
2 files changed, 6 insertions, 1 deletions
diff --git a/bin-mail/thunderbird-bin/DETAILS b/bin-mail/thunderbird-bin/DETAILS
index f8751db..90a1c64 100644
--- a/bin-mail/thunderbird-bin/DETAILS
+++ b/bin-mail/thunderbird-bin/DETAILS
@@ -1,5 +1,5 @@
SPELL=thunderbird-bin
-if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
VERSION=14.0
SOURCE=thunderbird-${VERSION}.tar.bz2
SOURCE_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-x86_64/en-US/$SOURCE
diff --git a/bin-mail/thunderbird-bin/HISTORY b/bin-mail/thunderbird-bin/HISTORY
index 4ac13e1..9ef491b 100644
--- a/bin-mail/thunderbird-bin/HISTORY
+++ b/bin-mail/thunderbird-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-08-27 Julien "_kaze_" ROZO <julien@rozo.org>
* DETAILS: updated version to 14.0, SECURITY_PATCH++