diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-01 14:11:22 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-01 14:11:22 +0000 |
commit | 49dd7471848dc57ed212f632d6656b7f0d51e40f (patch) | |
tree | 7c6c42ba28e39e1df562b591789110bc2b5499a6 /graphics/gd1/files/patch-gif | |
parent | update games/adgali: 0.1.0 --> 0.2.2 (diff) |
update graphics/gd: 1.8.4 --> 2.0.15
PR: 53582
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=83994
Diffstat (limited to 'graphics/gd1/files/patch-gif')
-rw-r--r-- | graphics/gd1/files/patch-gif | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/gd1/files/patch-gif b/graphics/gd1/files/patch-gif deleted file mode 100644 index e156fa2dd01f..000000000000 --- a/graphics/gd1/files/patch-gif +++ /dev/null @@ -1,15 +0,0 @@ -This patch together with the old implementation (from gd-1.5) of -gd_gif_in.c restore GD's ability to read GIF images. The writing of such -images is troubled because of Unisys' zeal in patent enforcement. - ---- gd.h Tue Feb 6 14:44:01 2001 -+++ gd.h Fri Jul 27 16:10:38 2001 -@@ -95,2 +95,4 @@ - gdImagePtr gdImageCreate(int sx, int sy); -+gdImagePtr gdImageCreateFromGif(FILE *fd); -+gdImagePtr gdImageCreateFromGifCtx(gdIOCtxPtr in); - gdImagePtr gdImageCreateFromPng(FILE *fd); ---- gd_gif_in.c Fri Jul 27 16:13:45 2001 -+++ gd_gif_in.c Fri Jul 27 16:14:46 2001 -@@ -6,1 +6,0 @@ --#include "io.h" |