summaryrefslogtreecommitdiffstats
path: root/bin-http
diff options
context:
space:
mode:
authorEric Sandall2019-07-09 03:46:01 +0000
committerEric Sandall2019-07-09 03:46:01 +0000
commitc2899e4ae5d43251da78e50740718060409f7e3c (patch)
tree54d38168cf97cc864644da1d72c651b7b7079f75 /bin-http
parentb63d1faeaea5374f36d424d0bf15862177d3f88f (diff)
firefox-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-http')
-rwxr-xr-xbin-http/firefox-bin/DETAILS2
-rw-r--r--bin-http/firefox-bin/HISTORY5
2 files changed, 6 insertions, 1 deletions
diff --git a/bin-http/firefox-bin/DETAILS b/bin-http/firefox-bin/DETAILS
index 08b2aec..7e8c74d 100755
--- a/bin-http/firefox-bin/DETAILS
+++ b/bin-http/firefox-bin/DETAILS
@@ -1,5 +1,5 @@
SPELL=firefox-bin
-if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
VERSION=52.0
SOURCE=firefox-$VERSION.tar.bz2
SOURCE_HASH=sha512:55e553adbb74b246a3638f8fb2db5ed4dfe9342d3f2b8fa8924290a45697b68b8cf56ff8b1722326511d6da700f181d686b9e9234a0becded70298b85d41e305
diff --git a/bin-http/firefox-bin/HISTORY b/bin-http/firefox-bin/HISTORY
index fe18459..feb9dd1 100644
--- a/bin-http/firefox-bin/HISTORY
+++ b/bin-http/firefox-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.
+
2017-03-15 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 52.0
* DEPENDS: now uses gtk+3