diff options
Diffstat (limited to 'textproc/gnome-spell/files/patch-gnome-spell_Makefile.in')
-rw-r--r-- | textproc/gnome-spell/files/patch-gnome-spell_Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/gnome-spell/files/patch-gnome-spell_Makefile.in b/textproc/gnome-spell/files/patch-gnome-spell_Makefile.in new file mode 100644 index 000000000000..8050486bcabd --- /dev/null +++ b/textproc/gnome-spell/files/patch-gnome-spell_Makefile.in @@ -0,0 +1,10 @@ +--- gnome-spell/Makefile.in.orig Tue Dec 9 15:48:14 2003 ++++ gnome-spell/Makefile.in Tue Dec 9 15:48:18 2003 +@@ -138,7 +138,6 @@ + -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \ + -DGLADE_DATADIR=\"$(gladedir)\" \ + -DPLUGIN_DIR=\""$(PLUGIN_DIR)"\" \ +- -DGTK_DISABLE_DEPRECATED=1 \ + -DASPELL_DICT=\""$(ASPELL_DICT)"\" \ + $(GNOME_SPELL_CFLAGS) \ + $(END) |