9ca14a6485
This actually works when I include the patches. -- From: MAINTAINER
13 lines
432 B
Plaintext
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()
|