Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Lubomir Blaha (f24dd7f92602a228fbe2d5df747056d85d887c70)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Lubomir Blaha <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Lubomir Blaha (f24dd7f92602a228fbe2d5df747056d85d887c70)
  • Date: Fri, 23 Jan 2009 13:42:55 -0600

GIT changes to master grimoire by Lubomir Blaha <lblaha AT sourcemage.org>:

disk/gtktalog/HISTORY | 3 +++
disk/gtktalog/PRE_BUILD | 3 +++
disk/gtktalog/fix.patch | 17 +++++++++++++++++
3 files changed, 23 insertions(+)

New commits:
commit 8bb724b77b32c990fb49c84252162dbf3f142e9d
Author: Lubomir Blaha <lblaha AT sourcemage.org>
Commit: Lubomir Blaha <lblaha AT sourcemage.org>

gtktalog: Fix building without iostream.h

diff --git a/disk/gtktalog/HISTORY b/disk/gtktalog/HISTORY
index 8203807..a46b761 100644
--- a/disk/gtktalog/HISTORY
+++ b/disk/gtktalog/HISTORY
@@ -1,3 +1,6 @@
+2009-01-23 Lubomir Blaha <lblaha AT sourcemage.org>
+ * PRE_BUILD, fix.patch: fix building without iostream.h
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/disk/gtktalog/PRE_BUILD b/disk/gtktalog/PRE_BUILD
new file mode 100755
index 0000000..d1c9928
--- /dev/null
+++ b/disk/gtktalog/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p0 < $SCRIPT_DIRECTORY/fix.patch
diff --git a/disk/gtktalog/fix.patch b/disk/gtktalog/fix.patch
new file mode 100644
index 0000000..e3321e3
--- /dev/null
+++ b/disk/gtktalog/fix.patch
@@ -0,0 +1,17 @@
+--- src/plugins/html.cpp~ 2009-01-23 20:21:39.000000000 +0100
++++ src/plugins/html.cpp 2009-01-23 20:21:58.000000000 +0100
+@@ -19,7 +19,6 @@
+ * *
+
***************************************************************************/
+
+-#include <iostream.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
+--- src/plugins/mp3.cpp~ 2009-01-23 20:21:46.000000000 +0100
++++ src/plugins/mp3.cpp 2009-01-23 20:22:05.000000000 +0100
+@@ -1,4 +1,3 @@
+-#include <iostream.h>
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include "mp3tag.h"



  • [SM-Commit] GIT changes to master grimoire by Lubomir Blaha (f24dd7f92602a228fbe2d5df747056d85d887c70), Lubomir Blaha, 01/23/2009

Archive powered by MHonArc 2.6.24.

Top of Page