5548f17447
"looks sane to me" ajacoutot@
16 lines
554 B
Plaintext
16 lines
554 B
Plaintext
$OpenBSD: patch-thumbnailer_Makefile_in,v 1.3 2009/01/07 18:06:19 jasper Exp $
|
|
--- thumbnailer/Makefile.in.orig Wed Jan 7 04:05:32 2009
|
|
+++ thumbnailer/Makefile.in Wed Jan 7 09:40:23 2009
|
|
@@ -262,8 +262,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)
|
|
|