diff options
author | Richard Narron <richard@aaazen.com> | 2019-01-03 10:44:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-05 07:49:20 +0700 |
commit | f839fab93189524f8d238739c133b148e91ae55c (patch) | |
tree | f7de16b1f58ae46c094258be51b795abd16bc1fc /desktop/xearth/gifout-stdlib.patch | |
parent | 499fff58efdb8f49ca8aae908adc32f4bbcd1736 (diff) |
desktop/xearth: Added (animated map).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/xearth/gifout-stdlib.patch')
-rw-r--r-- | desktop/xearth/gifout-stdlib.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop/xearth/gifout-stdlib.patch b/desktop/xearth/gifout-stdlib.patch new file mode 100644 index 0000000000000..1c501786abba2 --- /dev/null +++ b/desktop/xearth/gifout-stdlib.patch @@ -0,0 +1,10 @@ +--- gifout.c.orig 1999-11-06 22:51:34.000000000 -0800 ++++ gifout.c 2019-01-01 11:31:55.652767797 -0800 +@@ -44,6 +44,7 @@ + */ + + #include <stdio.h> ++#include <stdlib.h> + #include "port.h" + #include "gifint.h" + #include "kljcpyrt.h" |