From 7fb67a92738b6ae04b1e7be58413d2ae2295516e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Zavam?= Date: Sun, 17 Oct 2021 10:30:10 +0000 Subject: games/nlarn: update 0.7.3 to 0.7.6 - patch applied with changes; - this port now uses 'localbase' and 'ncurses:port' - build fine for 12, 13 and 14. RELEASE NOTES * https://nlarn.github.io/news/2020/05/23/release-0.7.6 Reported by: Alex PR: 257088 --- games/nlarn/files/patch-src_spheres.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 games/nlarn/files/patch-src_spheres.c (limited to 'games/nlarn/files/patch-src_spheres.c') diff --git a/games/nlarn/files/patch-src_spheres.c b/games/nlarn/files/patch-src_spheres.c new file mode 100644 index 000000000000..ede65b01bb75 --- /dev/null +++ b/games/nlarn/files/patch-src_spheres.c @@ -0,0 +1,11 @@ +--- src/spheres.c.orig 2020-05-23 06:13:27 UTC ++++ src/spheres.c +@@ -19,7 +19,7 @@ + #include + + #include "game.h" +-#include "nlarn.h" ++#include "extdefs.h" + #include "random.h" + #include "spheres.h" + -- cgit v1.2.3