summaryrefslogtreecommitdiffstats
path: root/education/tuxpaint/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'education/tuxpaint/BUILD')
-rwxr-xr-xeducation/tuxpaint/BUILD2
1 files changed, 1 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 &&