Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 78336 by George J. Sherwood for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "Ladislav Hagara" <ladislav.hagara AT unob.cz>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 78336 by George J. Sherwood for review
  • Date: Mon, 24 Apr 2006 16:40:01 +0100 (BST)

Change 78336 by george_sherwood@georges on 2006/04/24 16:37:12

Fix to attempt to fix bug descriped in WIP

Affected files ...

... //sgl/grimoires/devel/graphics/gimp/BUILD#2 edit
... //sgl/grimoires/devel/graphics/gimp/HISTORY#25 edit
... //sgl/grimoires/devel/graphics/gimp/WIP#6 edit

Differences ...

==== //sgl/grimoires/devel/graphics/gimp/BUILD#2 (xtext) ====

@@ -3,4 +3,5 @@
CFLAGS="${CFLAGS/-O3/} -Os"
fi
fi &&
+CFLAGS="-fomit-frame-pointer $CFLAGS" &&
default_build

==== //sgl/grimoires/devel/graphics/gimp/HISTORY#25 (text) ====

@@ -1,3 +1,6 @@
+2006-04-24 George Sherwood <george AT beernabeer.com>
+ * BUILD: Added -fomit-frame-pointer to CFLAGS
+
2006-04-19 Flavien Bridault <vlaaad AT sourcemage.org>
* BUILD: Added to replace -O3 by -Os on pentium-m


==== //sgl/grimoires/devel/graphics/gimp/WIP#6 (text) ====

@@ -1,3 +1,6 @@
+Added to fix below listed bug -fomit-frame-pointer I don't have the
+bug so needs tested by some one that does.
+
According to some info posted by alley_cat and confirmed by GolemJ, if
you use: cast --cflags -fomit-frame-pointer gimp it will work. Not sure
how to mod the BUILD to fix this. I am now having a problem with the



  • [SM-Commit] PERFORCE change 78336 by George J. Sherwood for review, Perforce Review Daemon, 04/24/2006

Archive powered by MHonArc 2.6.24.

Top of Page