summaryrefslogtreecommitdiff
path: root/graphics/p5-GD
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2001-03-19 09:55:45 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2001-03-19 09:55:45 +0000
commit19dcb04cd20a36ac87f37a23fceb48559cb269a1 (patch)
tree08ee1a605c8ea79a6db6e989ee3b1b9f9cc1e8b3 /graphics/p5-GD
parentLatest bug fixes, no features added. (diff)
Replace Freetype1-specific call with one sutable to freetype2,
because gd depends on freetype2 for a while. Submitted by: David Bushong <david@bushong.net>
Notes
Notes: svn path=/head/; revision=40040
Diffstat (limited to 'graphics/p5-GD')
-rw-r--r--graphics/p5-GD/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/p5-GD/files/patch-ab b/graphics/p5-GD/files/patch-ab
new file mode 100644
index 000000000000..74379f65316f
--- /dev/null
+++ b/graphics/p5-GD/files/patch-ab
@@ -0,0 +1,11 @@
+--- GD.xs.orig Thu Aug 24 18:41:47 2000
++++ GD.xs Mon Mar 19 12:45:05 2001
+@@ -1278,7 +1278,7 @@
+ img = NULL;
+ }
+
+- err = gdImageStringTTF(img,brect,fgcolor,fontname,ptsize,angle,x,y,string);
++ err = gdImageStringFT(img,brect,fgcolor,fontname,ptsize,angle,x,y,string);
+ if (err) {
+ errormsg = perl_get_sv("@",0);
+ if (errormsg != NULL)