[Lunar-commits] <moonbase> xchat: Fix compile error (GtkType => GType).

Jannis Pohlmann jannis at lunar-linux.org
Mon Mar 9 15:11:28 CET 2009


commit c230db92a860a81fc6defd0be9f12e87d795da57
Author: Jannis Pohlmann <jannis at lunar-linux.org>
Date:   Mon Mar 9 15:11:28 2009 +0100

    xchat: Fix compile error (GtkType => GType).
---
 chat/xchat/BUILD |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/chat/xchat/BUILD b/chat/xchat/BUILD
index 42e9bf5..8c41e43 100644
--- a/chat/xchat/BUILD
+++ b/chat/xchat/BUILD
@@ -1,6 +1,8 @@
 (
 
   OPTS="$OPTS --enable-ipv6"
+
+  sedit 's/GtkType/GType/g' src/fe-gtk/xtext.{c,h} &&
   default_build
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list