Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test-1.14 sorcery by Jaka Kranjc (539c5656471ec3ce31a71ad53d33db07740be20c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test-1.14 sorcery by Jaka Kranjc (539c5656471ec3ce31a71ad53d33db07740be20c)
  • Date: Fri, 12 Dec 2008 04:25:21 -0600

GIT changes to test-1.14 sorcery by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 4 ++++
var/lib/sorcery/modules/libcast | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 539c5656471ec3ce31a71ad53d33db07740be20c
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

libcast: fixed a syntax error in custom cppflag setting, patch from
Mario García H. #14954

(cherry-picked from commit 3105c2ffb4532407e2af6b54444fbe1b36779bd5)

diff --git a/ChangeLog b/ChangeLog
index e715c57..194b3a4 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-12 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * libcast: fixed a syntax error in custom cppflag setting, patch from
+ Mario García H. #14954
+
2008-12-05 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* cast: fixed some horizontal lines in the final output

diff --git a/var/lib/sorcery/modules/libcast b/var/lib/sorcery/modules/libcast
index 5ba604c..0cb6d8d 100755
--- a/var/lib/sorcery/modules/libcast
+++ b/var/lib/sorcery/modules/libcast
@@ -149,8 +149,8 @@ function query_custom_cflags() {
17 50 9 \
CFLAGS "$USER_SPELL_CFLAGS" \
CXXFLAGS "$USER_SPELL_CXXFLAGS" \
- LDFLAGS "$USER_SPELL_LDFLAGS"' \
- CPPFLAGS "$USER_SPELL_CPPFLAGS"`)
+ LDFLAGS "$USER_SPELL_LDFLAGS" \
+ CPPFLAGS "$USER_SPELL_CPPFLAGS"'`)
rc=$?
[[ $rc == 0 ]] || [[ $rc == 1 ]] && break
set ${RESULTS[*]}



  • [SM-Commit] GIT changes to test-1.14 sorcery by Jaka Kranjc (539c5656471ec3ce31a71ad53d33db07740be20c), Jaka Kranjc, 12/12/2008

Archive powered by MHonArc 2.6.24.

Top of Page