# HG changeset patch # User Pascal Bellard # Date 1223564305 0 # Node ID 7a43790dff5fdbe5cccb34d0cd0df78203edbcc3 # Parent c1d6475355a775bef1dbdd478fefcc500a49a1ff gperiodic: hack compile_rules diff -r c1d6475355a7 -r 7a43790dff5f gperiodic/receipt --- a/gperiodic/receipt Thu Oct 09 14:57:38 2008 +0000 +++ b/gperiodic/receipt Thu Oct 09 14:58:25 2008 +0000 @@ -15,6 +15,7 @@ compile_rules() { cd $src + sed -i 's| GtkTooltips| struct _GtkTooltips|' gperiodic.h make }