diff options
Diffstat (limited to 'graphics/dia/files/patch-plug-ins_xslt_xslt.c')
| -rw-r--r-- | graphics/dia/files/patch-plug-ins_xslt_xslt.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/dia/files/patch-plug-ins_xslt_xslt.c b/graphics/dia/files/patch-plug-ins_xslt_xslt.c new file mode 100644 index 000000000000..5c8b7567ffbf --- /dev/null +++ b/graphics/dia/files/patch-plug-ins_xslt_xslt.c @@ -0,0 +1,11 @@ +--- plug-ins/xslt/xslt.c.orig Mon Mar 17 15:10:23 2003 ++++ plug-ins/xslt/xslt.c Mon Mar 17 15:10:59 2003 +@@ -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("/usr/local/lib", "xslt"); + #endif + xslt_module = g_module_open(path, 0); + if(xslt_module == NULL) { |
