Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (e136d8c48d0008aa762b377a0330c3cf3d023d4d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (e136d8c48d0008aa762b377a0330c3cf3d023d4d)
  • Date: Wed, 4 Jun 2008 14:25:59 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

disk/cdrdao/HISTORY | 3 +++
disk/cdrdao/PRE_BUILD | 5 ++++-
2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit e136d8c48d0008aa762b377a0330c3cf3d023d4d
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

disk/cdrdao: only non-cvs branch needs in gcc 4.3 patch

diff --git a/disk/cdrdao/HISTORY b/disk/cdrdao/HISTORY
index e703161..859cc65 100644
--- a/disk/cdrdao/HISTORY
+++ b/disk/cdrdao/HISTORY
@@ -1,3 +1,6 @@
+2008-06-04 Pol Vinogradov <vin.public AT gmail.com>
+ * PRE_BUILD: only non-cvs branch needs in gcc 4.3 patch
+
2008-04-13 Vlad Glagolev <stealth AT sourcemage.org>
* PRE_BUILD: gcc 4.3 patch

diff --git a/disk/cdrdao/PRE_BUILD b/disk/cdrdao/PRE_BUILD
index 7c2da86..477788a 100755
--- a/disk/cdrdao/PRE_BUILD
+++ b/disk/cdrdao/PRE_BUILD
@@ -1,4 +1,7 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&

-patch -p1 < $SPELL_DIRECTORY/gcc43.patch
+if [ "$CVS" != "y" ]
+then
+ patch -p1 < $SPELL_DIRECTORY/gcc43.patch
+fi



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (e136d8c48d0008aa762b377a0330c3cf3d023d4d), Pol Vinogradov, 06/04/2008

Archive powered by MHonArc 2.6.24.

Top of Page