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

Thomas Orgis scm at sourcemage.org
Thu Jun 26 09:38:25 EDT 2008


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



More information about the SM-Commit mailing list