Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (c92fa2681d50e6c08498a3a8bbc64794513f6287)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (c92fa2681d50e6c08498a3a8bbc64794513f6287)
  • Date: Sat, 9 Dec 2006 04:14:58 -0600

GIT changes to master games grimoire by Pol Vinogradov <vin.public AT gmail.com>:

games-simulation/torcs/BUILD | 2 +-
games-simulation/torcs/DEPENDS | 1 +
games-simulation/torcs/HISTORY | 4 ++++
3 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit c92fa2681d50e6c08498a3a8bbc64794513f6287
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

games-simulation/torcs:

BUILD: track_rootifying path to X libraries, added missing &&
DEPENDS: needs openal

diff --git a/games-simulation/torcs/BUILD b/games-simulation/torcs/BUILD
index 2815dca..e9478c9 100755
--- a/games-simulation/torcs/BUILD
+++ b/games-simulation/torcs/BUILD
@@ -1,4 +1,4 @@
-OPTS="$OPTS --x-libraries=/usr/lib/"
+OPTS="$OPTS --x-libraries=${TRACK_ROOT}/usr/lib/" &&
./configure --build=${BUILD} \
--prefix=${INSTALL_ROOT}/usr/ \
--libdir=${INSTALL_ROOT}/usr/lib \
diff --git a/games-simulation/torcs/DEPENDS b/games-simulation/torcs/DEPENDS
index 99cc6cb..c8aeb53 100755
--- a/games-simulation/torcs/DEPENDS
+++ b/games-simulation/torcs/DEPENDS
@@ -1,3 +1,4 @@
depends GLUT &&
+depends openal &&
depends plib &&
depends libpng
diff --git a/games-simulation/torcs/HISTORY b/games-simulation/torcs/HISTORY
index c0c8e23..047d482 100644
--- a/games-simulation/torcs/HISTORY
+++ b/games-simulation/torcs/HISTORY
@@ -1,3 +1,7 @@
+2006-12-09 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD: track_rootifying path to X libraries, added missing &&
+ * DEPENDS: needs openal
+
2006-11-25 Alexander Tsamutali <astsmtl AT gmail.com>
* DETAILS: Updated to 1.3.0, removed UPDATED




  • [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (c92fa2681d50e6c08498a3a8bbc64794513f6287), Pol Vinogradov, 12/09/2006

Archive powered by MHonArc 2.6.24.

Top of Page