summaryrefslogtreecommitdiff
path: root/textproc/gnome-spell/patches
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-04-12 02:41:59 +0000
committerkristerw <kristerw@pkgsrc.org>2004-04-12 02:41:59 +0000
commit320030325d1cdedf891b335ffce64ed5735e81f0 (patch)
tree5702c7c243bebbf54516c8dbcbe7f41d81ef2a74 /textproc/gnome-spell/patches
parent25dd5c1ab71d4fa850f95d3932ae6abb2c6c6e10 (diff)
downloadpkgsrc-320030325d1cdedf891b335ffce64ed5735e81f0.tar.gz
Remove the -DGTK_DISABLE_DEPRECATED (namespace protection) define
so that this package build with the include files from the devel/libgnomeui-2.6.0 package.
Diffstat (limited to 'textproc/gnome-spell/patches')
-rw-r--r--textproc/gnome-spell/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/gnome-spell/patches/patch-aa b/textproc/gnome-spell/patches/patch-aa
new file mode 100644
index 00000000000..3e84e2245f2
--- /dev/null
+++ b/textproc/gnome-spell/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2004/04/12 02:41:59 kristerw Exp $
+
+--- gnome-spell/Makefile.in.orig Mon Apr 12 02:19:34 2004
++++ gnome-spell/Makefile.in Mon Apr 12 02:21:36 2004
+@@ -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)