summaryrefslogtreecommitdiffstats
path: root/video-libs
diff options
context:
space:
mode:
authorEric Sandall2019-07-09 03:24:51 +0000
committerEric Sandall2019-07-09 03:24:51 +0000
commita083c99f6a7d06096d65f97ad73dbb1f0ba102af (patch)
treee1e66aa6e5ba3f8e556bcbb3d98fdbefe8730f83 /video-libs
parent393ead53fdbd1ddbd5fc17c91757036b880b298d (diff)
libfame: 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 'video-libs')
-rwxr-xr-xvideo-libs/libfame/BUILD4
-rw-r--r--video-libs/libfame/HISTORY5
2 files changed, 8 insertions, 1 deletions
diff --git a/video-libs/libfame/BUILD b/video-libs/libfame/BUILD
index 01c03c5649..49ae6752b4 100755
--- a/video-libs/libfame/BUILD
+++ b/video-libs/libfame/BUILD
@@ -1,4 +1,6 @@
-if [[ ${SMGL_COMPAT_ARCHS[1]} == x86_64 || ${SMGL_COMPAT_ARCHS[1]} == ia32 ]]; then
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ||
+ "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ||
+ "${SMGL_COMPAT_ARCHS[1]}" == "ia32" ]]; then
OPTS="--enable-sse --enable-mmx $OPTS"
fi &&
diff --git a/video-libs/libfame/HISTORY b/video-libs/libfame/HISTORY
index 6e2f679265..d1700b5d2c 100644
--- a/video-libs/libfame/HISTORY
+++ b/video-libs/libfame/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)