aboutsummaryrefslogtreecommitdiff
path: root/games/rocksndiamonds/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1999-05-27 13:53:03 +0000
committerThomas Gellekum <tg@FreeBSD.org>1999-05-27 13:53:03 +0000
commit83b8355c45733400b45fb6b95a6b598333823c6d (patch)
treee9ceed48c9b635996e7a1e4aa3ed42a9b9775dbe /games/rocksndiamonds/files
parent610a5e8ff0730cdae624525009d9c84b948f6bcb (diff)
downloadports-83b8355c45733400b45fb6b95a6b598333823c6d.tar.gz
ports-83b8355c45733400b45fb6b95a6b598333823c6d.zip
New port rocksndiamonds. Boulderdash and Emerald Mine and Sokoban
and more in one package.
Notes
Notes: svn path=/head/; revision=19023
Diffstat (limited to 'games/rocksndiamonds/files')
-rw-r--r--games/rocksndiamonds/files/patch-aa11
-rw-r--r--games/rocksndiamonds/files/patch-ab11
2 files changed, 22 insertions, 0 deletions
diff --git a/games/rocksndiamonds/files/patch-aa b/games/rocksndiamonds/files/patch-aa
new file mode 100644
index 000000000000..a91ca49a75e5
--- /dev/null
+++ b/games/rocksndiamonds/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.orig Sat Dec 5 16:24:39 1998
++++ Makefile Thu May 27 13:39:26 1999
+@@ -43,8 +43,6 @@
+
+ .EXPORT_ALL_VARIABLES:
+
+-MAKE = make
+-
+ SRC_DIR = src
+ MAKE_CMD = @$(MAKE) -C $(SRC_DIR)
+
diff --git a/games/rocksndiamonds/files/patch-ab b/games/rocksndiamonds/files/patch-ab
new file mode 100644
index 000000000000..4fa247968530
--- /dev/null
+++ b/games/rocksndiamonds/files/patch-ab
@@ -0,0 +1,11 @@
+--- src/Makefile.orig Sat Dec 5 01:53:04 1998
++++ src/Makefile Thu May 27 13:44:11 1999
+@@ -64,7 +64,7 @@
+ $(CONFIG_SCORE_ENTRIES) $(XPM_INCLUDE_FILE)
+
+ # OPTIONS = -DDEBUG -g -Wall # only for debugging purposes
+-OPTIONS = -O3
++OPTIONS ?= -O3
+
+ # SYSTEM = -DSYSV -Ae # maybe needed for HP-UX
+