From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- .../galaxis/files/galaxis-1.8-gentoo.patch | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 games-puzzle/galaxis/files/galaxis-1.8-gentoo.patch (limited to 'games-puzzle/galaxis/files') diff --git a/games-puzzle/galaxis/files/galaxis-1.8-gentoo.patch b/games-puzzle/galaxis/files/galaxis-1.8-gentoo.patch new file mode 100644 index 000000000000..abee05096288 --- /dev/null +++ b/games-puzzle/galaxis/files/galaxis-1.8-gentoo.patch @@ -0,0 +1,60 @@ +diff -ru galaxis-1.8.orig/Makefile galaxis-1.8/Makefile +--- galaxis-1.8.orig/Makefile 2010-10-19 09:48:58.000000000 -0400 ++++ galaxis-1.8/Makefile 2010-10-20 04:04:49.246650551 -0400 +@@ -3,9 +3,8 @@ + VERS=$(shell sed ++#include ++#include + #include + #include + #include +@@ -176,6 +177,7 @@ + (void) refresh(); + } + ++#if 0 + static void error(char *s) + { + (void) move(PROMPTLINE + 2, 0); +@@ -186,6 +188,7 @@ + (void) beep(); + } + } ++#endif + + static int rnd(int n) + { +@@ -644,7 +647,7 @@ + } + } + +-main(argc, argv) ++int main(argc, argv) + int argc; + char *argv[]; + { -- cgit v1.2.3