freebsd-ports/games/tt/files/patch-Makefile

18 lines
663 B
Text
Raw Normal View History

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