mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
07a20012a4
PR: ports/9093 Submitted by: andy@icc.surw.chel.su
29 lines
1.3 KiB
Plaintext
29 lines
1.3 KiB
Plaintext
--- Makefile Sat Sep 19 19:10:58 1998
|
|
+++ /home/andy/tmp/wrk/Makefile Tue Dec 15 20:44:22 1998
|
|
@@ -2,7 +2,7 @@
|
|
#DB= BINARY_DB
|
|
|
|
#{{{script}}}#{{{ Linux, moria machines
|
|
-CFLAGS= -g -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common
|
|
+#CFLAGS= -g -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common
|
|
CPPFLAGS= -D$(DB)
|
|
LDFLAGS= -g
|
|
LIBS= -lcurses
|
|
@@ -32,11 +32,11 @@
|
|
#}}}
|
|
#{{{ FreeBSD, gcc, ncurses
|
|
#CC= gcc
|
|
-#CFLAGS= -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common $(CPPFLAGS)
|
|
-#CPPFLAGS= -I.curses.h -DNO_POSIX_SOURCE -D$(DB)
|
|
-#LIBS= -lncurses -lmytinfo
|
|
-#LDFLAGS=
|
|
-#MAKEDEPEND= gcc -MM
|
|
+CFLAGS+= -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common $(CPPFLAGS)
|
|
+CPPFLAGS= -I.curses.h -DNO_POSIX_SOURCE -D$(DB)
|
|
+LIBS= -lncurses -lmytinfo
|
|
+LDFLAGS=
|
|
+MAKEDEPEND= gcc -MM
|
|
#}}}
|
|
#{{{ BSDI
|
|
#CC= gcc
|