diff options
Diffstat (limited to 'devel/cs/files/patch-aa')
-rw-r--r-- | devel/cs/files/patch-aa | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/devel/cs/files/patch-aa b/devel/cs/files/patch-aa deleted file mode 100644 index e4528505e322..000000000000 --- a/devel/cs/files/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ ---- Makefile.orig Sat Sep 25 06:33:12 1999 -+++ Makefile Fri Jan 5 11:09:24 2001 -@@ -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+= -pedantic -fno-common $(CPPFLAGS) -+CPPFLAGS= -I.curses.h -DNO_POSIX_SOURCE -D$(DB) -+LIBS= -lncurses -lmytinfo -+LDFLAGS= -+MAKEDEPEND= ${CC} -MM - #}}} - #{{{ BSDI - #CC= gcc |