pkgsrc/games/xpipeman/patches/patch-ab
1998-09-14 23:52:17 +00:00

13 lines
570 B
Text

$NetBSD: patch-ab,v 1.3 1998/09/14 23:52:17 garbled Exp $
--- Imakefile.orig Tue Jul 28 16:56:27 1992
+++ Imakefile Mon Sep 14 16:37:35 1998
@@ -1,7 +1,7 @@
- SCORE_FILE = -DSCORE_FILE=\"/usr/games/lib/xpipescores\"
+ SCORE_FILE = -DSCORE_FILE=\"/var/games/xpipescores\"
MAXSCORES = -DMAXSCORES=20
- DEFINES = $(SCORE_FILE) $(MAXSCORES) -DSYSV
+ DEFINES = $(SCORE_FILE) $(MAXSCORES)
SRCS = actions.c game.c graphics.c main.c score.c popup.c info.c
OBJS = actions.o game.o graphics.o main.o score.o popup.o info.o