Skip to Content.
Sympa Menu

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

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 games grimoire by Eric Sandall (c827aab5f46b82c031bcf24108f27127f5e1bba4)
  • Date: Sat, 28 Mar 2009 22:58:47 -0500

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



  • [SM-Commit] GIT changes to master games grimoire by Eric Sandall (c827aab5f46b82c031bcf24108f27127f5e1bba4), Eric Sandall, 03/28/2009

Archive powered by MHonArc 2.6.24.

Top of Page