Skip to Content.
Sympa Menu

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

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 (0c66b558cbe5cd92c1bfb6c6e505389ecbd335fd)
  • Date: Tue, 11 Jun 2013 20:03:04 -0500

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

gnome2-libs/libbonobo/HISTORY | 3 +++
gnome2-libs/libbonobo/PRE_BUILD | 5 +++++
2 files changed, 8 insertions(+)

New commits:
commit 0c66b558cbe5cd92c1bfb6c6e505389ecbd335fd
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libbonobo: Fix compilation against new glib2

diff --git a/gnome2-libs/libbonobo/HISTORY b/gnome2-libs/libbonobo/HISTORY
index 6f4733b..45eeda6 100644
--- a/gnome2-libs/libbonobo/HISTORY
+++ b/gnome2-libs/libbonobo/HISTORY
@@ -1,3 +1,6 @@
+2013-06-11 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Fix compilation against new glib2
+
2012-12-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: added dependency on glib2
* DETAILS: bumped PATCHLEVEL
diff --git a/gnome2-libs/libbonobo/PRE_BUILD b/gnome2-libs/libbonobo/PRE_BUILD
new file mode 100755
index 0000000..bd53397
--- /dev/null
+++ b/gnome2-libs/libbonobo/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+
+for extension in am in; do
+ sedit 's:-DG_DISABLE_DEPRECATED::'
"${SOURCE_DIRECTORY}"/activation-server/Makefile.$extension
+done



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (0c66b558cbe5cd92c1bfb6c6e505389ecbd335fd), Eric Sandall, 06/11/2013

Archive powered by MHonArc 2.6.24.

Top of Page