gentoo-ebuilds/games-arcade/late/files/late-0.1.0-gcc46.patch
Ionen Wolkens 08dd6590e9
games-arcade/late: EAPI6->8, misc fixes
* fix score file, was in an odd location (/var/lib/lib/games) and
  gamestat group wasn't used
* tidy patches and add bugref for one (haven't found for the other)
* GPL-2 -> GPL-2+
* depend on libsdl[sound]
* replace .bmp icon, neither right format nor size (800x600!) to be
  valid for XDG and no guarantees it can be displayed by everything

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2022-08-13 05:05:58 -04:00

7 lines
126 B
Diff

https://bugs.gentoo.org/362367
--- a/src/ball.h
+++ b/src/ball.h
@@ -27,2 +27,3 @@
#include "square.h"
+#include <cstddef>