summaryrefslogtreecommitdiff
path: root/print/ghostscript/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'print/ghostscript/patches/patch-aa')
-rw-r--r--print/ghostscript/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/print/ghostscript/patches/patch-aa b/print/ghostscript/patches/patch-aa
new file mode 100644
index 00000000000..a3047c5b222
--- /dev/null
+++ b/print/ghostscript/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.6 2010/03/04 11:16:27 tnn Exp $
+
+--- base/gsnogc.c.orig 2009-11-25 19:59:11.000000000 +0000
++++ base/gsnogc.c
+@@ -32,7 +32,7 @@ nogc_alloc_string(gs_memory_t * mem, uin
+ static void
+ nogc_free_string(gs_memory_t * mem, byte * str, uint size, client_name_t cname)
+ {
+- return gs_free_object(mem, str, cname);
++ gs_free_object(mem, str, cname);
+ }
+
+ static byte *