$NetBSD: patch-aa,v 1.6 2009/05/20 00:02:50 wiz Exp $

http://bugzilla.gnome.org/show_bug.cgi?id=583290

--- thumbnailer/Makefile.in.orig	2007-07-10 12:34:49.000000000 +0200
+++ thumbnailer/Makefile.in
@@ -296,8 +296,9 @@ schema_files = \
 	gsf-office-thumbnailer.schemas.in
 
 schemas = gsf-office-thumbnailer.schemas
-schemadir = $(GCONF_SCHEMA_FILE_DIR)
-@GCONF_SCHEMAS_INSTALL_TRUE@schema_DATA = $(schemas)
+# XXX workaround for missing substitution in configure
+schemadir = ${GCONF2_SCHEMAS_DIR}
+schema_DATA = $(schemas)
 EXTRA_DIST = \
 	$(schema_files)  
 
