diff options
Diffstat (limited to 'media-gfx/xloadimage/files')
-rw-r--r-- | media-gfx/xloadimage/files/digest-xloadimage-4.1-r1 | 2 | ||||
-rw-r--r-- | media-gfx/xloadimage/files/xloadimage-4.1-include-errno_h.patch | 13 |
2 files changed, 15 insertions, 0 deletions
diff --git a/media-gfx/xloadimage/files/digest-xloadimage-4.1-r1 b/media-gfx/xloadimage/files/digest-xloadimage-4.1-r1 new file mode 100644 index 000000000000..4036b1b2fd56 --- /dev/null +++ b/media-gfx/xloadimage/files/digest-xloadimage-4.1-r1 @@ -0,0 +1,2 @@ +MD5 7331850fc04056ab8ae6b5725d1fb3d2 xloadimage.4.1.tar.gz 596021 +MD5 8f5cc72c54ea730ba99026f006e71e10 xloadimage-4.1-gentoo.diff.bz2 41390 diff --git a/media-gfx/xloadimage/files/xloadimage-4.1-include-errno_h.patch b/media-gfx/xloadimage/files/xloadimage-4.1-include-errno_h.patch new file mode 100644 index 000000000000..f071d761617a --- /dev/null +++ b/media-gfx/xloadimage/files/xloadimage-4.1-include-errno_h.patch @@ -0,0 +1,13 @@ +--- xloadimage.4.1/img.c.orig 2003-01-01 15:14:47.000000000 +0200 ++++ xloadimage.4.1/img.c 2003-01-01 15:15:05.000000000 +0200 +@@ -14,9 +14,9 @@ + #include <stdlib.h> + #include <string.h> + #include <math.h> ++#include <errno.h> + #include "image.h" + +-extern int errno; + + #define TRUE 1 + #define FALSE 0 |