aboutsummaryrefslogtreecommitdiffstats
path: root/games/tt/files/patch-Makefile
blob: 59546a2781f36165bb8efc56a2618e95d15183c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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