diff options
Diffstat (limited to 'app-text/gnome-spell/files/gnome-spell-1.0.7-debug.patch')
-rw-r--r-- | app-text/gnome-spell/files/gnome-spell-1.0.7-debug.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-text/gnome-spell/files/gnome-spell-1.0.7-debug.patch b/app-text/gnome-spell/files/gnome-spell-1.0.7-debug.patch new file mode 100644 index 000000000000..38e062f88cb7 --- /dev/null +++ b/app-text/gnome-spell/files/gnome-spell-1.0.7-debug.patch @@ -0,0 +1,11 @@ +--- gnome-spell/dictionary.c.nopatch 2006-03-31 18:33:15.000000000 +0200 ++++ gnome-spell/dictionary.c 2006-03-31 18:32:44.000000000 +0200 +@@ -38,7 +38,7 @@ + + static BonoboObjectClass *dictionary_parent_class; + +-#define DICT_DEBUG(x) ++#define DICT_DEBUG(x) x + #define GNOME_SPELL_GCONF_DIR "/GNOME/Spell" + + static void release_engines (GNOMESpellDictionary *dict); |