From e7aa5b4718356b781a848a587bde8b07ffcf8c16 Mon Sep 17 00:00:00 2001 From: Eric Sandall Date: Tue, 9 Jul 2019 03:24:46 +0000 Subject: tuxpaint: 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. --- education/tuxpaint/BUILD | 2 +- education/tuxpaint/HISTORY | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'education/tuxpaint') 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 + * 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 * DETAILS: remove SOURCEFORGE_URL usage (automated) -- cgit v1.2.3