[Lunar-commits] <moonbase> gtk-sharp: fixed to compile with recent glib-2
Jean-Michel Bruenn
wdp at lunar-linux.org
Sun May 6 17:48:24 CEST 2012
commit 7a37970bc576173df7826818287273ca09c584fa
Author: Jean-Michel Bruenn <wdp at lunar-linux.org>
Date: Sun May 6 17:48:24 2012 +0200
gtk-sharp: fixed to compile with recent glib-2
---
mono/gtk-sharp/BUILD | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/mono/gtk-sharp/BUILD b/mono/gtk-sharp/BUILD
new file mode 100644
index 0000000..059dd2f
--- /dev/null
+++ b/mono/gtk-sharp/BUILD
@@ -0,0 +1,8 @@
+(
+ # the following sedit rule is needed to compile with
+ # current glib-2 -- wdp
+ sedit "s:#include <glib/gthread.h>:#include <glib.h>:" glib/glue/thread.c &&
+
+ default_build
+
+) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list