summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xeducation/tuxpaint/BUILD2
-rw-r--r--education/tuxpaint/HISTORY5
2 files changed, 6 insertions, 1 deletions
diff --git a/education/tuxpaint/BUILD b/education/tuxpaint/BUILD
index 452f9e43d9..b38fc51d7c 100755
--- a/education/tuxpaint/BUILD
+++ b/education/tuxpaint/BUILD
@@ -1,4 +1,4 @@
-if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
sedit "s:CFLAGS=-g:& $CFLAGS:" magic/Makefile
fi &&
diff --git a/education/tuxpaint/HISTORY b/education/tuxpaint/HISTORY
index 7faa6e9447..c86ffb89ab 100644
--- a/education/tuxpaint/HISTORY
+++ b/education/tuxpaint/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.
+
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)