diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-25 07:09:15 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-25 07:09:15 +0000 |
commit | 573bddc536f383673371776a638986f604611779 (patch) | |
tree | 7789453e3026a7d6f9ece0e6f1954682d96ab589 /games-puzzle/tint/files | |
parent | lets help the user (Manifest recommit) (diff) | |
download | gentoo-2-573bddc536f383673371776a638986f604611779.tar.gz gentoo-2-573bddc536f383673371776a638986f604611779.tar.bz2 gentoo-2-573bddc536f383673371776a638986f604611779.zip |
initial commit - ebuild based on the one provided by LepeL via bug #65143
Diffstat (limited to 'games-puzzle/tint/files')
-rw-r--r-- | games-puzzle/tint/files/0.03a-warnings.patch | 31 | ||||
-rw-r--r-- | games-puzzle/tint/files/digest-tint-0.03a | 1 |
2 files changed, 32 insertions, 0 deletions
diff --git a/games-puzzle/tint/files/0.03a-warnings.patch b/games-puzzle/tint/files/0.03a-warnings.patch new file mode 100644 index 000000000000..5dc1cfa7aa39 --- /dev/null +++ b/games-puzzle/tint/files/0.03a-warnings.patch @@ -0,0 +1,31 @@ +--- tint.c.orig 2004-09-24 19:28:16.000000000 -0700 ++++ tint.c 2004-09-24 19:28:27.000000000 -0700 +@@ -651,7 +651,7 @@ + shapecount[engine.curshape]++; + break; + /* shape moved down one line */ +- case 1: ++ case 1:; + } + } + } +--- engine.c.orig 2004-09-24 19:26:04.000000000 -0700 ++++ engine.c 2004-09-24 19:28:01.000000000 -0700 +@@ -27,6 +27,8 @@ + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + ++#include <stdlib.h> ++#include <string.h> + #include "typedefs.h" + #include "utils.h" + #include "io.h" +@@ -94,7 +96,7 @@ + case 5: + real_rotate (shape,FALSE); + break; +- case 3: /* This one is not rotated at all */ ++ case 3:; /* This one is not rotated at all */ + } + } + diff --git a/games-puzzle/tint/files/digest-tint-0.03a b/games-puzzle/tint/files/digest-tint-0.03a new file mode 100644 index 000000000000..f39af468dd74 --- /dev/null +++ b/games-puzzle/tint/files/digest-tint-0.03a @@ -0,0 +1 @@ +MD5 e89e47bafcd3be1184b3e334927a5a79 tint_0.03a.tar.gz 16781 |