Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (5e3e7b5b9895331b95208d1dd097215955d1514c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (5e3e7b5b9895331b95208d1dd097215955d1514c)
  • Date: Thu, 26 Jun 2008 08:38:25 -0500

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

audio-players/dermixd/HISTORY | 3 +++
audio-players/dermixd/PRE_BUILD | 28 ++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)

New commits:
commit 5e3e7b5b9895331b95208d1dd097215955d1514c
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

dermixd: hotfix for gcc-4.3

diff --git a/audio-players/dermixd/HISTORY b/audio-players/dermixd/HISTORY
index 03d857b..9c09399 100644
--- a/audio-players/dermixd/HISTORY
+++ b/audio-players/dermixd/HISTORY
@@ -1,3 +1,6 @@
+2008-06-26 Thomas Orgis <sobukus AT sourcemage.org>
+ * PRE_BUILD: hotfix for gcc-4.3
+
2008-04-24 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: updated to 1.6.2

diff --git a/audio-players/dermixd/PRE_BUILD b/audio-players/dermixd/PRE_BUILD
new file mode 100755
index 0000000..c34e659
--- /dev/null
+++ b/audio-players/dermixd/PRE_BUILD
@@ -0,0 +1,28 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+# gcc-4.3 hotfix
+echo 'Index: common.hxx
+Index: param.cxx
+===================================================================
+--- param.cxx (Revision 442)
++++ param.cxx (Arbeitskopie)
+@@ -9,6 +9,7 @@
+ #include <cstdlib>
+ #include <cstdio>
+ #include <string>
++#include <cstring>
+ #include <vector>
+ using namespace std;
+
+Index: common.hxx
+===================================================================
+--- common.hxx (Revision 442)
++++ common.hxx (Arbeitskopie)
+@@ -16,6 +16,7 @@
+ #include <sched.h>
+ #include <semaphore.h>
+ #include <string>
++#include <cstring>
+ #include <vector>
+ #include <queue>
+ #include <limits.h>' | patch -Np0



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (5e3e7b5b9895331b95208d1dd097215955d1514c), Thomas Orgis, 06/26/2008

Archive powered by MHonArc 2.6.24.

Top of Page