Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (203aa030297123980c75bef7662d2c6d52934020)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (203aa030297123980c75bef7662d2c6d52934020)
  • Date: Tue, 11 Nov 2008 01:08:08 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

graphics-libs/freeimage/BUILD | 7 +++++--
graphics-libs/freeimage/HISTORY | 4 ++++
2 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit 203aa030297123980c75bef7662d2c6d52934020
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

freeimage: Fix compilation on x86_64 (requires -fPIC -DPIC)

commit bdcc8be34f60c349edcba1ff57894f86a3add5c2
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

freeimage: Remove extra whitespace

diff --git a/graphics-libs/freeimage/BUILD b/graphics-libs/freeimage/BUILD
index e921e35..74fa411 100755
--- a/graphics-libs/freeimage/BUILD
+++ b/graphics-libs/freeimage/BUILD
@@ -1,4 +1,7 @@
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
+ sed -i 's:COMPILERFLAGS = :&-fPIC -DPIC :' $SOURCE_DIRECTORY/Makefile.fip
+fi &&
+
cd $SOURCE_DIRECTORY &&
make &&
-make -f Makefile.fip
-
+make -f Makefile.fip
diff --git a/graphics-libs/freeimage/HISTORY b/graphics-libs/freeimage/HISTORY
index 4c1dbfe..b093793 100644
--- a/graphics-libs/freeimage/HISTORY
+++ b/graphics-libs/freeimage/HISTORY
@@ -1,3 +1,7 @@
+2008-11-10 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Remove extra whitespace
+ Fix compilation on x86_64 (requires -fPIC -DPIC)
+
2008-09-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3110




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (203aa030297123980c75bef7662d2c6d52934020), Eric Sandall, 11/11/2008

Archive powered by MHonArc 2.6.24.

Top of Page