New commits:
commit 7fc54ddedc045804af16493b59846fb7ce425471
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
pump: Don't compile with -Wall (fixes gcc 4.3.0 issue). Just for
Elisamuel Resto (ryuji :))
diff --git a/net/pump/HISTORY b/net/pump/HISTORY
index 92fc01a..ae600ee 100644
--- a/net/pump/HISTORY
+++ b/net/pump/HISTORY
@@ -1,3 +1,7 @@
+2008-04-18 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Don't compile with -Wall (fixes gcc 4.3.0 issue)
+ Just for Elisamuel Resto (ryuji :))
+
2008-04-03 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: fixed SOURCE (was using PATCHLEVEL)
diff --git a/net/pump/PRE_BUILD b/net/pump/PRE_BUILD
index fb96b1c..6856d9e 100755
--- a/net/pump/PRE_BUILD
+++ b/net/pump/PRE_BUILD
@@ -13,4 +13,6 @@ if [[ "${PUMP_FEATURES}" == "y" ]]; then
fi &&
# Add an if defined around the definition of foo, just like in popt.h
-patch -p1 < ${SPELL_DIRECTORY}/${SPELL}-${VERSION}-redefinition.patch
+patch -p1 < ${SPELL_DIRECTORY}/${SPELL}-${VERSION}-redefinition.patch &&
+
+sedit 's:-Wall::g' $SOURCE_DIRECTORY/Makefile
[SM-Commit] GIT changes to master grimoire by Eric Sandall (7fc54ddedc045804af16493b59846fb7ce425471),
Eric Sandall, 04/18/2008