diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-24 18:14:21 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-24 18:14:21 +0000 |
commit | 9bab5786850ee98318387d121598f388ea2236d4 (patch) | |
tree | 7969b4e5142312e8431437b61625bed167174139 /games/tt/files/patch-Makefile | |
parent | - Update to 0.9.12.1 (diff) |
This is a new port of tetris game, written almost 15 years ago,
but being very playable, highly portable, well-tested, and
still being developed! It is specifically designed to be
played over terminal lines. Includes quite a few game-type
options, and just overall-neat piece of software.
PR: 56743
Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
Notes
Notes:
svn path=/head/; revision=89266
Diffstat (limited to 'games/tt/files/patch-Makefile')
-rw-r--r-- | games/tt/files/patch-Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/games/tt/files/patch-Makefile b/games/tt/files/patch-Makefile new file mode 100644 index 000000000000..59546a2781f3 --- /dev/null +++ b/games/tt/files/patch-Makefile @@ -0,0 +1,17 @@ +--- Makefile.orig Thu Sep 11 15:09:08 2003 ++++ Makefile Fri Sep 12 22:20:35 2003 +@@ -6,10 +6,10 @@ + LINTFLAGS = -abh + + # --- Choose one of these CFLAGS --- +-CFLAGS = $(OPT) # Sun BSD, Red Hat Linux +-#CFLAGS = $(OPT) -DSYSV # SCO System V +-#CFLAGS = $(OPT) -DSYSV -DNO_NAP_SYSCALL # Generic System V? +-#CFLAGS = $(OPT) -DNO_USLEEP_SYSCALL # Generic BSD? ++CFLAGS += $(OPT) # Sun BSD, Red Hat Linux ++#CFLAGS += $(OPT) -DSYSV # SCO System V ++#CFLAGS += $(OPT) -DSYSV -DNO_NAP_SYSCALL # Generic System V? ++#CFLAGS += $(OPT) -DNO_USLEEP_SYSCALL # Generic BSD? + + # --- Choose one of these LDLIBS --- + LDLIBS = -lcurses -ltermcap # Sun and Generic BSD |