diff options
author | John Marino <marino@FreeBSD.org> | 2015-10-10 14:49:28 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-10-10 14:49:28 +0000 |
commit | 818a717d936e3576105df8544a87d8ead64a4af7 (patch) | |
tree | c2c1d26736e72cf453578762fd95872141fd4eee /graphics/ayam/files/patch-objects_text.c | |
parent | Update ImageMagick to 6.9.2-4. (diff) |
graphics/ayam: upgrade version 1.20 => 1.22
I reverted most of the changes from 1-step to compound installation
commands.
PR: 199232
Submitted by: ports fury
Diffstat (limited to 'graphics/ayam/files/patch-objects_text.c')
-rw-r--r-- | graphics/ayam/files/patch-objects_text.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/ayam/files/patch-objects_text.c b/graphics/ayam/files/patch-objects_text.c index e0a96ef6097b..e392c305f343 100644 --- a/graphics/ayam/files/patch-objects_text.c +++ b/graphics/ayam/files/patch-objects_text.c @@ -1,7 +1,7 @@ ---- objects/text.c.orig 2007-12-17 18:46:17.000000000 +0100 -+++ objects/text.c 2007-12-17 18:46:39.000000000 +0100 -@@ -164,7 +164,7 @@ - int ay_status = AY_OK; +--- objects/text.c.orig 2015-06-23 18:03:50 UTC ++++ objects/text.c +@@ -274,7 +274,7 @@ ay_text_setpropcb(Tcl_Interp *interp, in + /*int ay_status = AY_OK;*/ char fname[] = "setProp"; char *n1 = "TextAttrData"; - char *result; |