summaryrefslogtreecommitdiff
path: root/games/greed/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'games/greed/patches/patch-aa')
-rw-r--r--games/greed/patches/patch-aa21
1 files changed, 21 insertions, 0 deletions
diff --git a/games/greed/patches/patch-aa b/games/greed/patches/patch-aa
new file mode 100644
index 00000000000..c4a9086f115
--- /dev/null
+++ b/games/greed/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/02/24 21:06:00 wiz Exp $
+
+--- Makefile.orig Wed Jul 31 00:04:21 2002
++++ Makefile
+@@ -13,12 +13,13 @@ SYSDEF=NOTBSD
+
+ # Prepend "c:" (or whatever drive you use) to the following paths for MSDOS
+ # Location of high score file
+-SFILE=/usr/games/lib/greed.hs
++SFILE=${PREFIX}/share/games/greed.hs
+ # Location of game executable
+-BIN=/usr/games
++BIN=${PREFIX}/bin
+
+ # Flags for use with the Linux ncurses package (recommended)
+-CFLAGS = -O -s -DNOTBSD
++#CFLAGS = -O -s -DNOTBSD
++CFLAGS+= -DNOTBSD
+ TERMLIB = -lncurses
+ CC = gcc
+