$OpenBSD: patch-thumbnailer_Makefile_in,v 1.4 2009/05/07 06:18:13 ajacoutot Exp $
--- thumbnailer/Makefile.in.orig	Thu May  7 02:00:58 2009
+++ thumbnailer/Makefile.in	Thu May  7 08:03:24 2009
@@ -286,8 +286,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)  
 
