diff options
Diffstat (limited to 'games/xrot/files/patch-Imakefile')
-rw-r--r-- | games/xrot/files/patch-Imakefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games/xrot/files/patch-Imakefile b/games/xrot/files/patch-Imakefile new file mode 100644 index 000000000000..e1f765e79e88 --- /dev/null +++ b/games/xrot/files/patch-Imakefile @@ -0,0 +1,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)\" |