summaryrefslogblamecommitdiff
path: root/games/rocksndiamonds/files/patch-aa
blob: bc9244f5944a3826e60a7e6d595373946b5c014b (plain) (tree)
1
2
3
4
5
6
7


                                                
 

                                                        
         





                                                  
 
                                     

                      
 

                                                                            
--- 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