diff options
Diffstat (limited to 'graphics/graphviz/patches/patch-plugin_gs_gvloadimage__gs.c')
-rw-r--r-- | graphics/graphviz/patches/patch-plugin_gs_gvloadimage__gs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/graphviz/patches/patch-plugin_gs_gvloadimage__gs.c b/graphics/graphviz/patches/patch-plugin_gs_gvloadimage__gs.c index 854a85b4a74..1339c1683a8 100644 --- a/graphics/graphviz/patches/patch-plugin_gs_gvloadimage__gs.c +++ b/graphics/graphviz/patches/patch-plugin_gs_gvloadimage__gs.c @@ -1,4 +1,4 @@ -$NetBSD: patch-plugin_gs_gvloadimage__gs.c,v 1.2 2021/10/21 19:44:31 schmonz Exp $ +$NetBSD: patch-plugin_gs_gvloadimage__gs.c,v 1.3 2022/07/22 12:04:46 micha Exp $ ghostscript-agpl enforces using gserrors.h which is not included by default in ghostscript-gpl, so conditionalise based upon which @@ -6,7 +6,7 @@ one is being used. --- plugin/gs/gvloadimage_gs.c.orig 2021-10-16 16:39:12.000000000 +0000 +++ plugin/gs/gvloadimage_gs.c -@@ -74,6 +74,16 @@ static void gs_error(GVJ_t * job, const +@@ -77,6 +77,16 @@ static void gs_error(GVJ_t * job, const assert (err < 0); @@ -23,7 +23,7 @@ one is being used. if (err >= e_VMerror) errsrc = "PostScript Level 1"; else if (err >= e_unregistered) -@@ -82,6 +92,7 @@ static void gs_error(GVJ_t * job, const +@@ -85,6 +95,7 @@ static void gs_error(GVJ_t * job, const errsrc = "DPS error"; else errsrc = "Ghostscript internal error"; |