diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-03-13 12:02:36 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-03-13 12:02:36 +0000 |
commit | 690c390d10af63a13405344ea79ae8513d4d5765 (patch) | |
tree | b3412ec882026f2b070b97f9a3662c73bf2b2a57 /media-gfx/xloadimage/files | |
parent | fixing broken commit (diff) | |
download | gentoo-2-690c390d10af63a13405344ea79ae8513d4d5765.tar.gz gentoo-2-690c390d10af63a13405344ea79ae8513d4d5765.tar.bz2 gentoo-2-690c390d10af63a13405344ea79ae8513d4d5765.zip |
Moved from x11-misc to media-gfx. Fixed conflict between xli, see bug #26751
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 |