[SM-Commit] GIT changes to master grimoire by Eric Sandall (b71dc1416cf038283480ffb58d01711fab3c442e)
Eric Sandall
scm at sourcemage.org
Thu Apr 19 00:47:20 EDT 2007
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
More information about the SM-Commit
mailing list