1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/games/tt/files/patch-Makefile
Kirill Ponomarev 9bab578685 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>
2003-09-24 18:14:21 +00:00

18 lines
663 B
Plaintext

--- 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