diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2005-03-05 11:48:02 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2005-03-05 11:48:02 +0000 |
commit | 575ceb04d21fc44fd940a0ed59e4b53afa87e425 (patch) | |
tree | 187a4cbbd8d2998ddcbea00f4c0bacba75e883d2 /media-gfx/xloadimage/files/xloadimage-4.1-endif.patch | |
parent | Added mouseemu-0.14, see bug #81961. (diff) | |
download | gentoo-2-575ceb04d21fc44fd940a0ed59e4b53afa87e425.tar.gz gentoo-2-575ceb04d21fc44fd940a0ed59e4b53afa87e425.tar.bz2 gentoo-2-575ceb04d21fc44fd940a0ed59e4b53afa87e425.zip |
Fixed b0rked endif. See bug #84072.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'media-gfx/xloadimage/files/xloadimage-4.1-endif.patch')
-rw-r--r-- | media-gfx/xloadimage/files/xloadimage-4.1-endif.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-gfx/xloadimage/files/xloadimage-4.1-endif.patch b/media-gfx/xloadimage/files/xloadimage-4.1-endif.patch new file mode 100644 index 000000000000..df6f3e492190 --- /dev/null +++ b/media-gfx/xloadimage/files/xloadimage-4.1-endif.patch @@ -0,0 +1,11 @@ +--- xloadimage.4.1/copyright.orig 2005-03-04 12:58:27.347474256 +0100 ++++ xloadimage.4.1/copyright.h 2005-03-04 12:58:42.913107920 +0100 +@@ -22,7 +22,7 @@ + #ifndef __SABER__ + #ifndef LINT + static char *Copyright= "Copyright 1989, 1993 Jim Frost"; +-#endif LINT ++#endif /* LINT */ + #endif + #define _JIM_COPYRIGHT_ + #endif |