aboutsummaryrefslogtreecommitdiffstats
path: root/games/dungeoncrawl
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-09-03 02:51:16 +0800
committerkrion <krion@FreeBSD.org>2003-09-03 02:51:16 +0800
commitc2214933316be3cebcb999fe36bdfefa29647e9e (patch)
treec40e3cf5426342705db26cf2d94b6946e376271b /games/dungeoncrawl
parent4417d8610810eac68c1a16911dd417ddcdfeff67 (diff)
downloadfreebsd-ports-gnome-c2214933316be3cebcb999fe36bdfefa29647e9e.tar.gz
freebsd-ports-gnome-c2214933316be3cebcb999fe36bdfefa29647e9e.tar.zst
freebsd-ports-gnome-c2214933316be3cebcb999fe36bdfefa29647e9e.zip
- Fix build on -current
PR: 56326 Submitted by: maintainer
Diffstat (limited to 'games/dungeoncrawl')
-rw-r--r--games/dungeoncrawl/files/patch-ca33
1 files changed, 33 insertions, 0 deletions
diff --git a/games/dungeoncrawl/files/patch-ca b/games/dungeoncrawl/files/patch-ca
new file mode 100644
index 000000000000..4a755ebf0692
--- /dev/null
+++ b/games/dungeoncrawl/files/patch-ca
@@ -0,0 +1,33 @@
+--- religion.cc.orig Tue Sep 2 13:42:32 2003
++++ religion.cc Tue Sep 2 13:43:30 2003
+@@ -53,18 +53,18 @@
+ #include "stuff.h"
+
+ const char *sacrifice[] = {
+- {" glows silver and disappears."},
+- {" glows a brilliant golden colour and disappears."},
+- {" rots away in an instant."},
+- {" crumbles to dust."},
+- {" is eaten by a bug."}, /* Xom - no sacrifices */
+- {" explodes into nothingness."},
+- {" is consumed in a burst of flame."},
+- {" is consumed in a roaring column of flame."},
+- {" glows faintly for a moment, then is gone."},
+- {" is consumed in a roaring column of flame."},
+- {" glows with a rainbow of weird colours and disappears."},
+- {" evaporates."}
++ " glows silver and disappears.",
++ " glows a brilliant golden colour and disappears.",
++ " rots away in an instant.",
++ " crumbles to dust.",
++ " is eaten by a bug.", /* Xom - no sacrifices */
++ " explodes into nothingness.",
++ " is consumed in a burst of flame.",
++ " is consumed in a roaring column of flame.",
++ " glows faintly for a moment, then is gone.",
++ " is consumed in a roaring column of flame.",
++ " glows with a rainbow of weird colours and disappears.",
++ " evaporates."
+ };
+
+ void altar_prayer(void);