aboutsummaryrefslogtreecommitdiff
path: root/graphics/dia/files/patch-plug-ins_xslt_xslt.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dia/files/patch-plug-ins_xslt_xslt.c')
-rw-r--r--graphics/dia/files/patch-plug-ins_xslt_xslt.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/dia/files/patch-plug-ins_xslt_xslt.c b/graphics/dia/files/patch-plug-ins_xslt_xslt.c
deleted file mode 100644
index 5c8b7567ffbf..000000000000
--- a/graphics/dia/files/patch-plug-ins_xslt_xslt.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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) {