diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-04 07:21:03 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-04 07:21:03 +0000 |
| commit | a5c0c3f956b52102aa37b605da69e03ebfc403cd (patch) | |
| tree | 9a4c89db996fa71b5e1213c62f73605958f715e2 /graphics/dia/files/patch-plug-ins_xslt_xslt.c | |
| parent | PID file creation is now safe: Re-enable previous 'stop' procedure and kill (diff) | |
Update to 0.91.
Notes
Notes:
svn path=/head/; revision=78116
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) { |
