Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (086ba1f0a804645b1eebf58ea78fe43d934bde27)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (086ba1f0a804645b1eebf58ea78fe43d934bde27)
  • Date: Tue, 16 Feb 2010 06:56:29 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

gnome2-apps/gnumeric/HISTORY | 3 +++
gnome2-apps/gnumeric/PRE_BUILD | 6 ++++++
2 files changed, 9 insertions(+)

New commits:
commit 086ba1f0a804645b1eebf58ea78fe43d934bde27
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gnumeric: fixed compilation without rarian

diff --git a/gnome2-apps/gnumeric/HISTORY b/gnome2-apps/gnumeric/HISTORY
index a97a098..14cf644 100644
--- a/gnome2-apps/gnumeric/HISTORY
+++ b/gnome2-apps/gnumeric/HISTORY
@@ -1,3 +1,6 @@
+2010-02-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: added, to fix compilation if rarian isn't installed
+
2010-02-14 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated devel and stable to version 1.10.0

diff --git a/gnome2-apps/gnumeric/PRE_BUILD b/gnome2-apps/gnumeric/PRE_BUILD
new file mode 100755
index 0000000..81b94f5
--- /dev/null
+++ b/gnome2-apps/gnumeric/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+if ! is_depends_enabled $SPELL rarian; then
+ sed -i "s:install-data-hook\: install-data-hook-omf::" doc/C/Makefile.in
+fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (086ba1f0a804645b1eebf58ea78fe43d934bde27), Vlad Glagolev, 02/16/2010

Archive powered by MHonArc 2.6.24.

Top of Page