Skip to Content.
Sympa Menu

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

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 (7fc54ddedc045804af16493b59846fb7ce425471)
  • Date: Fri, 18 Apr 2008 19:57:42 -0500

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

net/pump/HISTORY | 4 ++++
net/pump/PRE_BUILD | 4 +++-
2 files changed, 7 insertions(+), 1 deletion(-)

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

Archive powered by MHonArc 2.6.24.

Top of Page