16 lines
554 B
Plaintext
16 lines
554 B
Plaintext
$OpenBSD: patch-thumbnailer_Makefile_in,v 1.5 2009/10/12 10:19:32 jasper Exp $
|
|
--- thumbnailer/Makefile.in.orig Mon Oct 12 03:44:02 2009
|
|
+++ thumbnailer/Makefile.in Mon Oct 12 12:10:39 2009
|
|
@@ -288,8 +288,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)
|
|
|