summaryrefslogtreecommitdiff
path: root/games-roguelike/stone-soup/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-13 10:34:32 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-13 10:34:32 +0100
commit9005249591e1f61febbb2a3176f9b40e6d7d2063 (patch)
tree6f23e32a7a97fb2b9719c6283e0006d6a7916369 /games-roguelike/stone-soup/files
parent1206d22a2d6005bb271c68ea4e9b5c610a74b225 (diff)
gentoo auto-resync : 13:07:2023 - 10:34:32
Diffstat (limited to 'games-roguelike/stone-soup/files')
-rw-r--r--games-roguelike/stone-soup/files/make-v3.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/games-roguelike/stone-soup/files/make-v3.patch b/games-roguelike/stone-soup/files/make-v3.patch
index 9d1235e3c604..7a1308b36bd6 100644
--- a/games-roguelike/stone-soup/files/make-v3.patch
+++ b/games-roguelike/stone-soup/files/make-v3.patch
@@ -1,14 +1,5 @@
--- a/Makefile 2023-04-08 18:39:09.818483802 -0500
+++ b/Makefile 2023-04-08 18:44:54.509321177 -0500
-@@ -92,7 +92,7 @@
- # processes. Not supported for MSYS2/cygwin builds, and will be overridden for
- # mac universal builds. This does not count as a change in build flags.
- ifndef GAME
-- GAME = crawl
-+ GAME = crawl-0.30
- endif
-
- # Disable GNU Make implicit rules and variables. Leaving them enabled will slow
@@ -206,7 +206,7 @@
uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
uname_M := $(shell sh -c 'uname -m 2>/dev/null || echo not')