summaryrefslogtreecommitdiff
path: root/graphics/gd/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gd/patches/patch-aa')
-rw-r--r--graphics/gd/patches/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gd/patches/patch-aa b/graphics/gd/patches/patch-aa
index afb14d86c21..10aa61f890e 100644
--- a/graphics/gd/patches/patch-aa
+++ b/graphics/gd/patches/patch-aa
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.17 2005/06/06 18:38:08 minskim Exp $
+$NetBSD: patch-aa,v 1.18 2007/07/01 07:54:25 adam Exp $
---- entities.h.orig 2004-10-27 09:22:46.000000000 -0500
+--- entities.h.orig 2007-03-31 19:24:42.000000000 +0200
+++ entities.h
@@ -14,7 +14,12 @@ extern "C" {
- struct entities_s {
+ static struct entities_s {
char *name;
int value;
-} entities[] = {
@@ -16,7 +16,7 @@ $NetBSD: patch-aa,v 1.17 2005/06/06 18:38:08 minskim Exp $
{"AElig", 198},
{"Aacute", 193},
{"Acirc", 194},
-@@ -268,6 +273,7 @@ struct entities_s {
+@@ -268,6 +273,7 @@ static struct entities_s {
{"zwj", 8205},
{"zwnj", 8204},
};