summaryrefslogtreecommitdiffstats
path: root/http
diff options
context:
space:
mode:
authorEric Sandall2019-07-09 03:24:47 +0000
committerEric Sandall2019-07-09 03:24:47 +0000
commit20cfd5b3d9b8260e89396e391ff4cc42d1c027fe (patch)
treebe33fc3e0754dd94b47ac94b69f01afa2f0bf68f /http
parentab8f762fe9d0235dd788d78914f74f11686725a0 (diff)
webkitgtk3: 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 'http')
-rwxr-xr-xhttp/webkitgtk3/DEPENDS2
-rw-r--r--http/webkitgtk3/HISTORY5
2 files changed, 6 insertions, 1 deletions
diff --git a/http/webkitgtk3/DEPENDS b/http/webkitgtk3/DEPENDS
index 953ebc401a..c203b0330a 100755
--- a/http/webkitgtk3/DEPENDS
+++ b/http/webkitgtk3/DEPENDS
@@ -31,7 +31,7 @@ depends perl &&
depends PYTHON &&
depends RUBY &&
-if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
+if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
depends llvm
fi &&
diff --git a/http/webkitgtk3/HISTORY b/http/webkitgtk3/HISTORY
index ea43fbaed8..438582f95d 100644
--- a/http/webkitgtk3/HISTORY
+++ b/http/webkitgtk3/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.
+
2018-02-01 Treeve Jelbert <treeve@sourcemage.org>
* DEPENDS: use MESA