Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (b71dc1416cf038283480ffb58d01711fab3c442e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (b71dc1416cf038283480ffb58d01711fab3c442e)
  • Date: Wed, 18 Apr 2007 23:47:20 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

e/ephoto/HISTORY | 3 +++
e/ephoto/PRE_BUILD | 1 +
2 files changed, 4 insertions(+)

New commits:
commit b71dc1416cf038283480ffb58d01711fab3c442e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

ephoto: Don't treat warnings as errors

diff --git a/e/ephoto/HISTORY b/e/ephoto/HISTORY
index 8a1a7df..88814d9 100644
--- a/e/ephoto/HISTORY
+++ b/e/ephoto/HISTORY
@@ -1,3 +1,6 @@
+2007-04-18 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Don't treat warnings as errors.
+
2007-02-18 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: SOURCE_URL's fix, e17/proto -> e17/apps
PATCHLEVEL=1
diff --git a/e/ephoto/PRE_BUILD b/e/ephoto/PRE_BUILD
index 2e333bf..290dd62 100755
--- a/e/ephoto/PRE_BUILD
+++ b/e/ephoto/PRE_BUILD
@@ -9,4 +9,5 @@ fi &&

sedit "s/; aclocal/; aclocal-1.9/" autogen.sh &&
sedit "s/; automake/; automake-1.9/" autogen.sh &&
+sedit 's:-Werror::g' src/bin/Makefile.am &&
NOCONFIGURE=ON ./autogen.sh



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (b71dc1416cf038283480ffb58d01711fab3c442e), Eric Sandall, 04/19/2007

Archive powered by MHonArc 2.6.24.

Top of Page