aboutsummaryrefslogtreecommitdiff
path: root/games/rocksndiamonds/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'games/rocksndiamonds/files/patch-aa')
-rw-r--r--games/rocksndiamonds/files/patch-aa20
1 files changed, 0 insertions, 20 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