aboutsummaryrefslogtreecommitdiff
path: root/games/rocksndiamonds/files
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-04-09 18:24:05 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-04-09 18:24:05 +0000
commitbf1ade3a2872c84722bd33ce4894eb650eaf5660 (patch)
treeea913fe38841595dfb5e5b9845f7e97ebd8902de /games/rocksndiamonds/files
parent7f5520f09d8014edb36c03c1ab78e03f54415d30 (diff)
downloadports-bf1ade3a2872c84722bd33ce4894eb650eaf5660.tar.gz
ports-bf1ade3a2872c84722bd33ce4894eb650eaf5660.zip
- Update to version 3.0.8
PR: ports/65366 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=106597
Diffstat (limited to 'games/rocksndiamonds/files')
-rw-r--r--games/rocksndiamonds/files/patch-aa20
-rw-r--r--games/rocksndiamonds/files/patch-ab11
2 files changed, 0 insertions, 31 deletions
diff --git a/games/rocksndiamonds/files/patch-aa b/games/rocksndiamonds/files/patch-aa
deleted file mode 100644
index bc9244f5944a..000000000000
--- a/games/rocksndiamonds/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.orig Tue Aug 13 01:52:36 2002
-+++ Makefile Sat Jul 19 16:05:35 2003
-@@ -9,14 +9,14 @@
-
- # specify command name of your favorite ANSI C compiler
- # (this must be set to "cc" for some systems)
--CC = gcc
-+CC?= gcc
-
- # specify command name of GNU make on your system
- # (this must be set to "gmake" for some systems)
--MAKE = make
-+MAKE?= make
-
- # specify path to X11 on your system
--X11_PATH = /usr/X11R6
-+X11_PATH?= /usr/X11R6
-
- # specify directory for read-only game data (like graphics, sounds, levels)
- # default is '.', so you can play without installing game data somewhere
diff --git a/games/rocksndiamonds/files/patch-ab b/games/rocksndiamonds/files/patch-ab
deleted file mode 100644
index a4dd0e8b1ac9..000000000000
--- a/games/rocksndiamonds/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.orig Tue Mar 19 03:43:15 2002
-+++ src/Makefile Wed Apr 3 20:51:21 2002
-@@ -101,7 +101,7 @@
- # PROFILING = $(PROFILING_FLAGS)
-
- # OPTIONS = $(DEBUG) -Wall # only for debugging purposes
--OPTIONS = $(DEBUG) -O3 -Wall # only for debugging purposes
-+OPTIONS?= $(DEBUG) -O3 -Wall # only for debugging purposes
- # OPTIONS = $(DEBUG) -Wall -ansi -pedantic # only for debugging purposes
- # OPTIONS = -O3 -Wall -ansi -pedantic
- # OPTIONS = -O3 -Wall