[Lunar-commits] <moonbase> sylpheed: fixed to compile with current glib-2

Jean-Michel Bruenn wdp at lunar-linux.org
Sun May 6 18:06:04 CEST 2012


commit 7a307696bb6a4d2dfa01c6175064eff76b1740ba
Author: Jean-Michel Bruenn <wdp at lunar-linux.org>
Date:   Sun May 6 18:06:04 2012 +0200

    sylpheed: fixed to compile with current glib-2
---
 mail/sylpheed/BUILD |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/mail/sylpheed/BUILD b/mail/sylpheed/BUILD
index 9d59f35..e9ec11b 100644
--- a/mail/sylpheed/BUILD
+++ b/mail/sylpheed/BUILD
@@ -1,5 +1,9 @@
 (
 
+  # the following sedit rule is needed to compile with
+  # current glib-2             -- wdp
+  sedit "s:#include <glibconfig.h>:#include <glib.h>:" libsylph/defs.h &&
+
   default_build  &&
 
   install -m 755 -d /usr/share/pixmaps/  &&


More information about the Lunar-commits mailing list