summaryrefslogtreecommitdiff
path: root/graphics/gd2/files/patch-gif
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2001-10-14 20:23:23 +0000
committerMikhail Teterin <mi@FreeBSD.org>2001-10-14 20:23:23 +0000
commitd52a7a070add221e4ebbfa9d2241139427eda139 (patch)
tree6afe41fa2782b1c8f3c0d578ae364a34d21e24b6 /graphics/gd2/files/patch-gif
parentAdd another check for duplicate installations of same port. Only (diff)
Upgrade to 2.0.1 (gd2 was repocopied from gd). The name of the
installed library is still libgd, which is on purpose. It looks like very little needs to be done after all to make current gd users switch, so gd2 will, hopefully, quickly become gd again. XPM will be used by default now, unless WITHOUT_XPM is declared. When XPM can be built without installing X11, this is seems sensible.
Notes
Notes: svn path=/head/; revision=48767
Diffstat (limited to 'graphics/gd2/files/patch-gif')
-rw-r--r--graphics/gd2/files/patch-gif3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gd2/files/patch-gif b/graphics/gd2/files/patch-gif
index e156fa2dd01f..b7b3b4441963 100644
--- a/graphics/gd2/files/patch-gif
+++ b/graphics/gd2/files/patch-gif
@@ -4,8 +4,7 @@ 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);
+@@ -184,1 +184,3 @@
+gdImagePtr gdImageCreateFromGif(FILE *fd);
+gdImagePtr gdImageCreateFromGifCtx(gdIOCtxPtr in);
gdImagePtr gdImageCreateFromPng(FILE *fd);