aboutsummaryrefslogtreecommitdiff
path: root/games/dungeoncrawl
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-09-02 18:51:16 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-09-02 18:51:16 +0000
commitca490778ec1b1b3f38a70cca54004947251741ef (patch)
tree09420a39be6460051566566778f327f233d4004d /games/dungeoncrawl
parentb76096594cd2cc4ea630410b941ab4946d16ce68 (diff)
downloadports-ca490778ec1b1b3f38a70cca54004947251741ef.tar.gz
ports-ca490778ec1b1b3f38a70cca54004947251741ef.zip
- Fix build on -current
PR: 56326 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=88376
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);