aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cs/files/patch-aa
blob: c339369029579a3408eaca90018b7bea4a3cecf4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- Makefile.orig   Wed May  7 09:32:24 1997
+++ Makefile    Thu May 22 19:18:35 1997
@@ -2,7 +2,7 @@
 DB=        BINARY_DB
 
 #{{{script}}}#{{{ Linux, moria machines
-CFLAGS=        -p -g -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common
+#CFLAGS=       -p -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=   -p -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+=       -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=   -s
+MAKEDEPEND=    gcc -MM
 #}}}
 #{{{ SunOS 4, gcc
 #CC=       gcc