[SM-Commit] GIT changes to master games grimoire by Eric Sandall (c827aab5f46b82c031bcf24108f27127f5e1bba4)

Eric Sandall scm at sourcemage.org
Sat Mar 28 23:58:47 EDT 2009


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

 games-strategy-rts/glob2/BUILD   |    2 +-
 games-strategy-rts/glob2/HISTORY |    3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit c827aab5f46b82c031bcf24108f27127f5e1bba4
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    glob2: Use custom CFLAGS and CXXFLAGS

diff --git a/games-strategy-rts/glob2/BUILD b/games-strategy-rts/glob2/BUILD
index 7500d95..246f412 100755
--- a/games-strategy-rts/glob2/BUILD
+++ b/games-strategy-rts/glob2/BUILD
@@ -1 +1 @@
-scons BINDIR="/usr/games" LDFLAGS="$LDFLAGS" INSTALLDIR="/usr/share/games"
+scons BINDIR="/usr/games" CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS" INSTALLDIR="/usr/share/games"
diff --git a/games-strategy-rts/glob2/HISTORY b/games-strategy-rts/glob2/HISTORY
index fff25c0..3754bbf 100644
--- a/games-strategy-rts/glob2/HISTORY
+++ b/games-strategy-rts/glob2/HISTORY
@@ -1,3 +1,6 @@
+2009-03-28 Eric Sandall <sandalle at sourcemage.org>
+	* BUILD: Use custom CFLAGS and CXXFLAGS
+
 2008-06-03 Eric Sandall <sandalle at sourcemage.org>
 	* PRE_BUILD: Apply gcc43.patch
 	* gcc43.patch: Fix GCC 4.3 compilation



More information about the SM-Commit mailing list