aboutsummaryrefslogtreecommitdiff
path: root/graphics/giflib/files
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-09-08 12:42:14 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-09-08 12:42:14 +0000
commitf6016700e36ba1742853d2337d04d6e0305d3225 (patch)
tree39cdcd172d1c428697950cf795970d07c5ed29fe /graphics/giflib/files
parente5d642c727704f7757ff064c80ff25d4dae61394 (diff)
- update to 4.2.3
Notes
Notes: svn path=/head/; revision=326723
Diffstat (limited to 'graphics/giflib/files')
-rw-r--r--graphics/giflib/files/patch-dgif_lib.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/giflib/files/patch-dgif_lib.c b/graphics/giflib/files/patch-dgif_lib.c
deleted file mode 100644
index 6ddadfab4cec..000000000000
--- a/graphics/giflib/files/patch-dgif_lib.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/dgif_lib.c.orig 2013-08-29 21:48:51.000000000 +0200
-+++ lib/dgif_lib.c 2013-09-03 05:58:21.000000000 +0200
-@@ -149,7 +149,7 @@
- fclose(f);
- free((char *)Private);
- free((char *)GifFile);
-- *Error = D_GIF_ERR_NO_SCRN_DSCR;
-+ _GifError = D_GIF_ERR_NO_SCRN_DSCR;
- return NULL;
- }
-