Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robert Figura (e7e1fcf4fbe9d39e343883d554a050b7288a4671)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robert Figura <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robert Figura (e7e1fcf4fbe9d39e343883d554a050b7288a4671)
  • Date: Wed, 10 Dec 2008 09:58:43 -0600

GIT changes to master grimoire by Robert Figura <template AT sourcemage.org>:

audio-players/alsaplayer/HISTORY | 3 +++
audio-players/alsaplayer/PRE_BUILD | 1 +
audio-players/alsaplayer/alsaplayer_gcc43.patch | 10 ++++++++++
3 files changed, 14 insertions(+)

New commits:
commit 0233afa4a1d1d7b95407688bd27ff7d066238793
Author: Robert Figura <template AT sourcemage.org>
Commit: Robert Figura <template AT sourcemage.org>

alsaplayer: PRE_BUILD: added patch for gcc-4.3

diff --git a/audio-players/alsaplayer/HISTORY
b/audio-players/alsaplayer/HISTORY
index 18e98a2..1560537 100644
--- a/audio-players/alsaplayer/HISTORY
+++ b/audio-players/alsaplayer/HISTORY
@@ -1,3 +1,6 @@
+2008-12-10 Robert Figura <template AT sourcemage.org>
+ * PRE_BUILD: added patch for gcc-4.3
+
2008-01-28 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DEPENDS: removed is_depends_enabled.function reference

diff --git a/audio-players/alsaplayer/PRE_BUILD
b/audio-players/alsaplayer/PRE_BUILD
index ab20b22..d8901a5 100755
--- a/audio-players/alsaplayer/PRE_BUILD
+++ b/audio-players/alsaplayer/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

+patch -p0 < "$SCRIPT_DIRECTORY/alsaplayer_gcc43.patch" &&
patch -p0 < "$SCRIPT_DIRECTORY/alsaplayer_jackdmp.patch"
diff --git a/audio-players/alsaplayer/alsaplayer_gcc43.patch
b/audio-players/alsaplayer/alsaplayer_gcc43.patch
new file mode 100644
index 0000000..2af226b
--- /dev/null
+++ b/audio-players/alsaplayer/alsaplayer_gcc43.patch
@@ -0,0 +1,10 @@
+--- app/ControlSocket.cpp~ 2007-07-08 14:27:31.000000000 +0000
++++ app/ControlSocket.cpp 2008-12-10 15:35:03.000000000 +0000
+@@ -21,6 +21,7 @@
+ #include <cstdio>
+ #include <cstdlib>
+ #include <unistd.h>
++#include <limits.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <sys/socket.h>



  • [SM-Commit] GIT changes to master grimoire by Robert Figura (e7e1fcf4fbe9d39e343883d554a050b7288a4671), Robert Figura, 12/10/2008

Archive powered by MHonArc 2.6.24.

Top of Page