summaryrefslogtreecommitdiff
path: root/games/xrot/files/patch-Imakefile
blob: e1f765e79e88b5fe12bbb2fd3f244937d7897286 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- Imakefile.orig	Sat Jul  4 11:05:00 1998
+++ Imakefile	Fri Apr  6 18:44:24 2001
@@ -32,8 +32,8 @@
 
 # NORECORD = -DNOREC
 
-RECORDDIR = /usr/local/games/lib/xrot
-RECORDFILE = xrot_record
+RECORDDIR = /var/games
+RECORDFILE = xrot.scores
 
 #------ secure RECORD file -------
 
@@ -62,7 +62,6 @@
 
 #---------------------------------------------------------------
 
-CC = gcc
 DEPLIBS = $(DEPXLIB)
 LOCAL_LIBRARIES = $(XLIB) $(XPMLIB) -lm
 RECFLAGS = -DRECDIR=\"$(RECORDDIR)\" -DRECFILE=\"$(RECORDFILE)\"