diff options
Diffstat (limited to 'www/neowebscript/files/patch-gd')
-rw-r--r-- | www/neowebscript/files/patch-gd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/neowebscript/files/patch-gd b/www/neowebscript/files/patch-gd new file mode 100644 index 000000000000..46f27353594d --- /dev/null +++ b/www/neowebscript/files/patch-gd @@ -0,0 +1,12 @@ +--- ../neowebscript/image.tcl Fri Nov 19 19:36:10 1999 ++++ ../neowebscript/image.tcl Mon Sep 3 14:22:03 2001 +@@ -8,4 +8,6 @@ + # + ++package require Gdtclft ++ + proc send_image_request {safeInterp} { + global webenv imageInfo +@@ -25,1 +27,1 @@ +- load {} Gd $safeInterp ++ load {} Gdtclft $safeInterp |