$OpenBSD: patch-thumbnailer_Makefile_in,v 1.6 2010/03/21 09:59:45 ajacoutot Exp $
--- thumbnailer/Makefile.in.orig	Sun Feb 14 00:42:14 2010
+++ thumbnailer/Makefile.in	Sun Feb 14 11:12:12 2010
@@ -303,8 +303,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)  
 
