Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Thomas Orgis (4312d770b650ff4a15430a1725eb0157c848fe50)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Thomas Orgis (4312d770b650ff4a15430a1725eb0157c848fe50)
  • Date: Sun, 31 Dec 2006 15:31:40 -0600

GIT changes to master games grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

games-libs/plib/HISTORY | 4 ++++
games-libs/plib/PRE_BUILD | 4 ++++
games-libs/plib/plib-gcc-4.1.patch | 22 ++++++++++++++++++++++
3 files changed, 30 insertions(+)

New commits:
commit 4312d770b650ff4a15430a1725eb0157c848fe50
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

plib: patch for gcc-4.1

diff --git a/games-libs/plib/HISTORY b/games-libs/plib/HISTORY
index 2951bb5..ff3dfe7 100644
--- a/games-libs/plib/HISTORY
+++ b/games-libs/plib/HISTORY
@@ -1,3 +1,7 @@
+2006-12-31 Thomas Orgis <sobukus AT sourcemage.org>
+ * PRE_BUILD, gcc-4.1 patch: some trivial syntax errors fixed,
+ there is upstream bug report for that growing 9 months old...
+
2006-12-08 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: removed UPDATED
* DEPENDS: added X11-LIBS, libxi only if X are modular
diff --git a/games-libs/plib/PRE_BUILD b/games-libs/plib/PRE_BUILD
new file mode 100755
index 0000000..4eb9a2b
--- /dev/null
+++ b/games-libs/plib/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+patch -Np2 < "$SCRIPT_DIRECTORY/plib-gcc-4.1.patch"
+
diff --git a/games-libs/plib/plib-gcc-4.1.patch
b/games-libs/plib/plib-gcc-4.1.patch
new file mode 100644
index 0000000..77bbdd8
--- /dev/null
+++ b/games-libs/plib/plib-gcc-4.1.patch
@@ -0,0 +1,22 @@
+--- ./plib-1.8.4/src/ssgAux/ssgaSky.h.old 2003-09-26 16:54:20.000000000
+0200
++++ ./plib-1.8.4/src/ssgAux/ssgaSky.h 2006-02-02 21:22:01.000000000 +0100
+@@ -104,7 +104,7 @@
+ ssgaCelestialBodyList ( int init = 3 )
+ : ssgSimpleList ( sizeof(ssgaCelestialBody*), init ) { }
+
+- ssgaCelestialBodyList::~ssgaCelestialBodyList () { removeAll(); }
++ ~ssgaCelestialBodyList () { removeAll(); }
+
+ int getNum (void) { return total ; }
+
+@@ -192,7 +192,7 @@
+ ssgaCloudLayerList ( int init = 3 )
+ : ssgSimpleList ( sizeof(ssgaCloudLayer*), init ) { }
+
+- ssgaCloudLayerList::~ssgaCloudLayerList () { removeAll(); }
++ ~ssgaCloudLayerList () { removeAll(); }
+
+ int getNum (void) { return total ; }
+
+
+



  • [SM-Commit] GIT changes to master games grimoire by Thomas Orgis (4312d770b650ff4a15430a1725eb0157c848fe50), Thomas Orgis, 12/31/2006

Archive powered by MHonArc 2.6.24.

Top of Page