openbsd-ports/graphics/p5-GD/patches/patch-GD_pm
brad 9ca14a6485 Fix p5-GD 1.41 so it will work with gd 1.8.3
This actually works when I include the patches.
--
From: MAINTAINER
2002-11-30 05:31:47 +00:00

13 lines
432 B
Plaintext

$OpenBSD: patch-GD_pm,v 1.1 2002/11/30 05:31:47 brad Exp $
--- GD.pm.orig Sun Nov 24 03:42:23 2002
+++ GD.pm Sun Nov 24 03:41:55 2002
@@ -58,7 +58,7 @@ $VERSION = "1.41";
# documentation error
*GD::Polygon::delete = \&GD::Polygon::deletePt;
-*GD::Image::stringTTF = \&GD::Image::stringFT;
+*GD::Image::stringFT = \&GD::Image::stringTTF;
sub AUTOLOAD {
# This AUTOLOAD is used to 'autoload' constants from the constant()