blob: 6cdc7314932151fbb5472a182de489363fbffff8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-bc,v 1.1 2003/05/09 15:21:33 drochner Exp $
--- plug-ins/xslt/xslt.c.orig 2003-05-09 17:13:12.000000000 +0200
+++ plug-ins/xslt/xslt.c 2003-05-09 17:14:09.000000000 +0200
@@ -291,7 +291,7 @@
path = g_module_build_path("\Windows", "xslt");
#else
/* FIXME: We should have a --with-xslt-prefix and use this */
- path = g_module_build_path("/usr/lib", "xslt");
+ path = g_module_build_path("%%PREFIX%%/lib", "xslt");
#endif
xslt_module = g_module_open(path, 0);
if(xslt_module == NULL) {
|