summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorEric Sandall2019-07-09 03:24:50 +0000
committerEric Sandall2019-07-09 03:24:50 +0000
commitefd679eb06cc0785906cf5ae5d13733c37e808a8 (patch)
tree2f813c935b7b206d828a9e08d0ca1781aeda6230 /telephony
parentcaa739558cdc8dc58aedfebe515a06d498467dab (diff)
ortp: 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 'telephony')
-rwxr-xr-xtelephony/ortp/BUILD2
-rw-r--r--telephony/ortp/HISTORY5
2 files changed, 6 insertions, 1 deletions
diff --git a/telephony/ortp/BUILD b/telephony/ortp/BUILD
index de97e41a51..52bdeaeec6 100755
--- a/telephony/ortp/BUILD
+++ b/telephony/ortp/BUILD
@@ -2,7 +2,7 @@
OPTS="${OPTS} --disable-strict" &&
# build 64bit library on such system
-if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
OPTS="${OPTS} --enable-mode64bit=yes"
fi &&
diff --git a/telephony/ortp/HISTORY b/telephony/ortp/HISTORY
index aa5e66c132..b6a960fe0e 100644
--- a/telephony/ortp/HISTORY
+++ b/telephony/ortp/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.
+
2016-03-15 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated spell to 0.25.0