1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/devel/cs/files/patch-aa
Justin M. Seger 07a20012a4 Upgrade to v0.5
PR:		ports/9093
Submitted by:	andy@icc.surw.chel.su
1998-12-16 00:01:28 +00:00

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