summaryrefslogtreecommitdiff
path: root/print/ghostscript/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'print/ghostscript/patches/patch-ae')
-rw-r--r--print/ghostscript/patches/patch-ae13
1 files changed, 0 insertions, 13 deletions
diff --git a/print/ghostscript/patches/patch-ae b/print/ghostscript/patches/patch-ae
deleted file mode 100644
index b3d4594d22f..00000000000
--- a/print/ghostscript/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.4 2009/02/12 19:51:08 drochner Exp $
-
---- base/gscencs.c.orig 2007-06-06 00:23:38.000000000 +0200
-+++ base/gscencs.c
-@@ -117,7 +117,7 @@ bool
- gs_is_c_glyph_name(const byte *str, uint len)
- {
- return (str >= (const byte *)gs_c_known_encoding_chars &&
-- (str - (const byte *)gs_c_known_encoding_chars) <
-+ (unsigned long)(str - (const byte *)gs_c_known_encoding_chars) <
- gs_c_known_encoding_total_chars);
- }
-