diff options
Diffstat (limited to 'graphics/dia/patches/patch-bc')
-rw-r--r-- | graphics/dia/patches/patch-bc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/dia/patches/patch-bc b/graphics/dia/patches/patch-bc deleted file mode 100644 index 6cdc7314932..00000000000 --- a/graphics/dia/patches/patch-bc +++ /dev/null @@ -1,13 +0,0 @@ -$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) { |