Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ebbf2913dd1a3986325c7f39b8b025d85778c155)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ebbf2913dd1a3986325c7f39b8b025d85778c155)
  • Date: Thu, 15 Jan 2015 05:47:45 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

graphics-libs/freeimage/BUILD | 2 +-
graphics-libs/freeimage/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit ebbf2913dd1a3986325c7f39b8b025d85778c155
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

freeimage: Fix CXXFLAGS, must prepend a space

diff --git a/graphics-libs/freeimage/BUILD b/graphics-libs/freeimage/BUILD
index 18c2149..dd46b4e 100755
--- a/graphics-libs/freeimage/BUILD
+++ b/graphics-libs/freeimage/BUILD
@@ -3,5 +3,5 @@ if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
fi &&

cd $SOURCE_DIRECTORY &&
-CXXFLAGS+=-fpermissive make &&
+CXXFLAGS+=\ -fpermissive make &&
make -f Makefile.fip
diff --git a/graphics-libs/freeimage/HISTORY b/graphics-libs/freeimage/HISTORY
index adb25ae..2499d00 100644
--- a/graphics-libs/freeimage/HISTORY
+++ b/graphics-libs/freeimage/HISTORY
@@ -1,3 +1,6 @@
+2015-01-15 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Fixed CXXFLAGS
+
2012-12-25 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 3154
* BUILD: add -fpermissive to CXXFLAGS to avoid build error



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ebbf2913dd1a3986325c7f39b8b025d85778c155), Ismael Luceno, 01/15/2015

Archive powered by MHonArc 2.6.24.

Top of Page