summaryrefslogtreecommitdiffstats
path: root/bin-graphics
diff options
context:
space:
mode:
authorEric Sandall2019-07-09 03:46:01 +0000
committerEric Sandall2019-07-09 03:46:01 +0000
commitb63d1faeaea5374f36d424d0bf15862177d3f88f (patch)
treefc061d98ee5454e9da77c78a6182158a25195b82 /bin-graphics
parent4d94ed89556b05e30a70805da8af2473dc76c067 (diff)
pencil-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-graphics')
-rwxr-xr-xbin-graphics/pencil-bin/DETAILS2
-rw-r--r--bin-graphics/pencil-bin/HISTORY5
2 files changed, 6 insertions, 1 deletions
diff --git a/bin-graphics/pencil-bin/DETAILS b/bin-graphics/pencil-bin/DETAILS
index 54fe2d2..560a4f8 100755
--- a/bin-graphics/pencil-bin/DETAILS
+++ b/bin-graphics/pencil-bin/DETAILS
@@ -1,7 +1,7 @@
SPELL=pencil-bin
SPELLX=Pencil
VERSION=3.0.4
-if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
ARCH=amd64
SOURCE_HASH=sha512:ec136038602268a68bf4044f6d9ca4c64a1eaf6132f24b895e81e4fa72e4ed7c88ab84240f04d3e73ab3e4f7ed7eb68172752a9f7e3702bd53f6e663dbfe3019
else
diff --git a/bin-graphics/pencil-bin/HISTORY b/bin-graphics/pencil-bin/HISTORY
index 4e38ae1..bf83a09 100644
--- a/bin-graphics/pencil-bin/HISTORY
+++ b/bin-graphics/pencil-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.
+
2018-05-11 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS, DEPENDS, {PRE_,}BUILD, INSTALL, FINAL: created spell,
version 3.0.4