From dc37017829242bf0fc72e6130ff126431afa4bf6 Mon Sep 17 00:00:00 2001 From: fake Date: Sun, 12 Sep 2004 13:41:09 +0000 Subject: [PATCH] fake: gnome-spell: add a patch from garnome fixing compile. [2004090718261719763] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4205 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- .../gnome2/gnome-spell/dont-disable-deprecated.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/gnome2/gnome-spell/dont-disable-deprecated.patch diff --git a/package/gnome2/gnome-spell/dont-disable-deprecated.patch b/package/gnome2/gnome-spell/dont-disable-deprecated.patch new file mode 100644 index 000000000..8140bf25c --- /dev/null +++ b/package/gnome2/gnome-spell/dont-disable-deprecated.patch @@ -0,0 +1,10 @@ +--- gnome-spell-1.0.5/gnome-spell/Makefile.in 2003-07-30 08:45:02.000000000 -0700 ++++ gnome-spell-1.0.5/gnome-spell/Makefile.in 2004-04-12 20:43:11.000000000 -0700 +@@ -138,7 +138,6 @@ + -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ + -DGLADE_DATADIR=\"$(gladedir)\" \ + -DPLUGIN_DIR=\""$(PLUGIN_DIR)"\" \ +- -DGTK_DISABLE_DEPRECATED=1 \ + -DASPELL_DICT=\""$(ASPELL_DICT)"\" \ + $(GNOME_SPELL_CFLAGS) \ + $(END)