summaryrefslogtreecommitdiffstats
path: root/graphics-libs
diff options
context:
space:
mode:
authorEric Sandall2019-07-09 03:24:47 +0000
committerEric Sandall2019-07-09 03:24:47 +0000
commitab8f762fe9d0235dd788d78914f74f11686725a0 (patch)
tree43381a6fabd98edf255b12ec04b8ed6a298241e5 /graphics-libs
parente7aa5b4718356b781a848a587bde8b07ffcf8c16 (diff)
freeimage: 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 'graphics-libs')
-rwxr-xr-xgraphics-libs/freeimage/BUILD2
-rw-r--r--graphics-libs/freeimage/HISTORY5
2 files changed, 6 insertions, 1 deletions
diff --git a/graphics-libs/freeimage/BUILD b/graphics-libs/freeimage/BUILD
index 78c268563c..a05aac3293 100755
--- a/graphics-libs/freeimage/BUILD
+++ b/graphics-libs/freeimage/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
sed -i 's:COMPILERFLAGS = :&-fPIC -DPIC :' $SOURCE_DIRECTORY/Makefile.fip
fi &&
diff --git a/graphics-libs/freeimage/HISTORY b/graphics-libs/freeimage/HISTORY
index 91b651c84e..2da32bf846 100644
--- a/graphics-libs/freeimage/HISTORY
+++ b/graphics-libs/freeimage/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.
+
2017-03-01 Ismael Luceno <ismael@sourcemage.org>
* PRE_BUILD: Replaced use of dos2unix with sed expression