mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
18 lines
663 B
Plaintext
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
|