diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-02-01 22:12:52 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-02-01 22:12:52 +0000 |
commit | 7c643def1aca4418bdf3f698a5877660e1d468e1 (patch) | |
tree | fe6463c4e00df4ae624740bb61eea4df85348bf9 /games/gtkballs/files/patch-src__game.c | |
parent | - Fix dependencies (diff) |
- Take maintainership
- Add license (GPLv2)
- Disable all warnings with -w
- Change DOCS, add DOCS and NLS Options
- Support STAGEDIR and add OPTIONS_SUB
- Fix NLS, use NLS_USES gettext instead of USES gettext
- Add Desktop entry file and icon
- Recreate patches with make makepatch
- Change pkg-plist, remove DOCS
PR: ports/173876
Submitted by: nemysis (self)
Notes
Notes:
svn path=/head/; revision=342214
Diffstat (limited to 'games/gtkballs/files/patch-src__game.c')
-rw-r--r-- | games/gtkballs/files/patch-src__game.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/gtkballs/files/patch-src__game.c b/games/gtkballs/files/patch-src__game.c new file mode 100644 index 000000000000..78ac25e7553f --- /dev/null +++ b/games/gtkballs/files/patch-src__game.c @@ -0,0 +1,12 @@ +--- ./src/game.c.orig 2004-10-06 13:06:46.000000000 +0200 ++++ ./src/game.c 2014-02-01 20:44:28.000000000 +0100 +@@ -495,8 +495,8 @@ + lock_actions(1); + draw_board(); + for(animtime = 0, i = 0; i < animcadres;) { +- gettimeofday(&tvs, NULL); + gint isav = i; ++ gettimeofday(&tvs, NULL); + for(; animtime == animarray[i].time && i < animcadres; i++) { + draw_ball(animarray[i].color, animarray[i].x, animarray[i].y, 0, animarray[i].phase + 1); + _board_destroys[animarray[i].y * rules_get_width() + animarray[i].x] = animarray[i].phase + 1; |