diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-11 18:16:14 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-11 18:16:14 +0000 |
commit | 99a390f50bab457f60aec3050c18c4b5c5fb7023 (patch) | |
tree | fb6e1d6bcf31a0efb7675597b7fa4f423710c0bb /graphics/gd/files/patch-gif | |
parent | Update to 5.3.10. (diff) |
o Change library name from libgd to libgd1.
o Do not install everything except headers and libraries
(to avoid conflicting with graphics/gd2)
o Fix dependency on new libgd1(for many ports).
PR: ports/54100
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=84696
Diffstat (limited to 'graphics/gd/files/patch-gif')
-rw-r--r-- | graphics/gd/files/patch-gif | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/gd/files/patch-gif b/graphics/gd/files/patch-gif index e156fa2dd01f..e78b1e350e3f 100644 --- a/graphics/gd/files/patch-gif +++ b/graphics/gd/files/patch-gif @@ -9,7 +9,3 @@ images is troubled because of Unisys' zeal in patent enforcement. +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" |