[Lunar-commits] CVS: moonbase/gnome2-extras/gnome-spell BUILD, 1.2, 1.3

Jasper Huysmans jasper at lunar-linux.org
Fri Apr 16 20:59:36 GMT 2004


Update of /var/cvs/lunar/moonbase/gnome2-extras/gnome-spell
In directory dbguin.lunar-linux.org:/tmp/cvs-serv18782

Modified Files:
	BUILD 
Log Message:
Fix GTK_DISABLE_DEPRECATED problem. Not the nicest solution probably, but it does built again with gtk 2.4.

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-extras/gnome-spell/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	9 Apr 2004 15:38:50 -0000	1.2
+++ BUILD	16 Apr 2004 20:59:34 -0000	1.3
@@ -7,6 +7,11 @@
                 --infodir=${GNOME26_PREFIX:-/usr}/share/info \
                 --mandir=${GNOME26_PREFIX:-/usr}/share/man   \
                 $OPTS                             &&
+
+    for f in $(find -name Makefile) ; do
+      sedit 's/-DGTK_DISABLE_DEPRECATED=1//g' $f 
+    done					  &&
+
     default_make                   
 
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list