Skip to Content.
Sympa Menu

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

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 (a2f9e88682202e37d4c1e3bc9ac95eac403d5239)
  • Date: Thu, 4 Dec 2008 17:53:57 -0600

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

games-simulation/flightgear/BUILD | 4 +++-
games-simulation/flightgear/HISTORY | 6 ++++++
games-simulation/flightgear/PREPARE | 7 ++++++-
3 files changed, 15 insertions(+), 2 deletions(-)

New commits:
commit a2f9e88682202e37d4c1e3bc9ac95eac403d5239
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

flightgear:
Fails make with multiple make jobs, use make_single, install
works fine with normal.

commit 243cd8c1e7140f190511f6a77c80330e5e4e5460
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

flightgear:
Use any provider of GLUT
Switch user selected openglut and glut to GLUT

diff --git a/games-simulation/flightgear/BUILD
b/games-simulation/flightgear/BUILD
index 90742fd..6d98f9f 100755
--- a/games-simulation/flightgear/BUILD
+++ b/games-simulation/flightgear/BUILD
@@ -1,2 +1,4 @@
OPTS="--mandir=${INSTALL_ROOT}/usr/share/man $OPTS" &&
-default_games_build
+make_single &&
+default_games_build &&
+make_normal
diff --git a/games-simulation/flightgear/HISTORY
b/games-simulation/flightgear/HISTORY
index a826640..2be4280 100644
--- a/games-simulation/flightgear/HISTORY
+++ b/games-simulation/flightgear/HISTORY
@@ -1,3 +1,9 @@
+2008-12-04 Eric Sandall <sandalle AT sourcemage.org>
+ * PREPARE: Use any provider of GLUT
+ Switch user selected openglut and glut to GLUT
+ * BUILD: Fails make with multiple make jobs, use make_single, install
+ works fine with normal.
+
2008-01-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: updated to 1.0.0

diff --git a/games-simulation/flightgear/PREPARE
b/games-simulation/flightgear/PREPARE
index 8d714ce..4bb5365 100755
--- a/games-simulation/flightgear/PREPARE
+++ b/games-simulation/flightgear/PREPARE
@@ -1,2 +1,7 @@
+if [[ "$GRAPHIC_LIB" == "openglut" || "$GRAPHIC_LIB" == "glut" ]]
+then
+ GRAPHIC_LIB="GLUT"
+fi &&
+
config_query_list GRAPHIC_LIB "Which graphics system do you wish to use"
\
- "sdl" "openglut" "glut"
+ "sdl" "GLUT"



  • [SM-Commit] GIT changes to master games grimoire by Eric Sandall (a2f9e88682202e37d4c1e3bc9ac95eac403d5239), Eric Sandall, 12/04/2008

Archive powered by MHonArc 2.6.24.

Top of Page