diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-09-08 12:42:14 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-09-08 12:42:14 +0000 |
commit | f6016700e36ba1742853d2337d04d6e0305d3225 (patch) | |
tree | 39cdcd172d1c428697950cf795970d07c5ed29fe /graphics/giflib/files | |
parent | e5d642c727704f7757ff064c80ff25d4dae61394 (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.c | 11 |
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; - } - |