From cba19b1b911dc59caa4fa56fd3c3707cd2d546e0 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sat, 7 Apr 2001 05:24:31 +0000 Subject: Add greed 3.3, a text puzzle game with the aim of clearing the game field. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR: 26294 Submitted by: Mark Pulford «mark@kyne.com.au> --- games/greed/files/patch-Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 games/greed/files/patch-Makefile (limited to 'games/greed/files') diff --git a/games/greed/files/patch-Makefile b/games/greed/files/patch-Makefile new file mode 100644 index 000000000000..098a193371b1 --- /dev/null +++ b/games/greed/files/patch-Makefile @@ -0,0 +1,18 @@ +--- Makefile.orig Mon Apr 2 21:52:50 2001 ++++ Makefile Mon Apr 2 21:54:08 2001 +@@ -13,14 +13,12 @@ + + # 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=/var/games/greed.hs + # Location of game executable + BIN=/usr/games + + # Flags for use with the Linux ncurses package (recommended) +-CFLAGS = -O -s -DNOTBSD + TERMLIB = -lncurses +-CC = gcc + + # Flags for use with stock curses + # CFLAGS = -O -s -- cgit v1.2.3