Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Andraž Levstik (cb6021385d1b15feb423d70e61d16a00d0b4d2b2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Andraž Levstik (cb6021385d1b15feb423d70e61d16a00d0b4d2b2)
  • Date: Sun, 22 Apr 2007 09:39:08 -0500

GIT changes to master games grimoire by Andraž Levstik <ruskie AT mages.ath.cx>:

games-simulation/vdrift/HISTORY | 3 ++-
games-simulation/vdrift/PRE_BUILD | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit cb6021385d1b15feb423d70e61d16a00d0b4d2b2
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

vdrift: binreloc is broken

diff --git a/games-simulation/vdrift/HISTORY b/games-simulation/vdrift/HISTORY
index 88524a7..7a22481 100644
--- a/games-simulation/vdrift/HISTORY
+++ b/games-simulation/vdrift/HISTORY
@@ -1,5 +1,6 @@
2007-04-22 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * PRE_BUILD: remove the hack as it doesn't work
+ * PRE_BUILD: remove the hack as it doesn't work, remove
+ the binreloc support... badly broken

2007-04-21 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS, DEPENDS, HISTORY: created spell
diff --git a/games-simulation/vdrift/PRE_BUILD
b/games-simulation/vdrift/PRE_BUILD
index fd68759..6a3f0b8 100755
--- a/games-simulation/vdrift/PRE_BUILD
+++ b/games-simulation/vdrift/PRE_BUILD
@@ -3,6 +3,7 @@ cd $SOURCE_DIRECTORY &&
unpack_file 2 &&
echo "os_cxxflags=\"1\"" > $SOURCE_DIRECTORY/$SPELL-$VERSION-src/$SPELL.conf
&&
echo "release=\"1\"" >> $SOURCE_DIRECTORY/$SPELL-$VERSION-src/$SPELL.conf &&
+echo "use_binreloc=\"0\"" >>
$SOURCE_DIRECTORY/$SPELL-$VERSION-src/$SPELL.conf &&
echo "bindir=\"games\"" >> $SOURCE_DIRECTORY/$SPELL-$VERSION-src/$SPELL.conf
&&
echo "prefix=\"${INSTALL_ROOT}/usr\"" >>
$SOURCE_DIRECTORY/$SPELL-$VERSION-src/$SPELL.conf




  • [SM-Commit] GIT changes to master games grimoire by Andraž Levstik (cb6021385d1b15feb423d70e61d16a00d0b4d2b2), Andraž Levstik, 04/22/2007

Archive powered by MHonArc 2.6.24.

Top of Page