summaryrefslogtreecommitdiff
path: root/deskutils/teapot/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/teapot/files/patch-aa')
-rw-r--r--deskutils/teapot/files/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/deskutils/teapot/files/patch-aa b/deskutils/teapot/files/patch-aa
index 2bf2f75e916b..944865319128 100644
--- a/deskutils/teapot/files/patch-aa
+++ b/deskutils/teapot/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Wed Mar 18 19:12:56 1998
-+++ Makefile Fri Mar 27 11:22:13 1998
+--- Makefile.orig Sun Jun 14 08:11:40 1998
++++ Makefile Sat May 1 14:52:37 1999
@@ -1,16 +1,16 @@
#{{{script}}}#{{{ Linux, moria machines, gcc
-CFLAGS= -g -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common
@@ -29,8 +29,8 @@
-#CFLAGS= -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common
-#CPPFLAGS= -I./.curses.h -DNO_POSIX_SOURCE
-#LIBS= -lncurses -lmytinfo -lm
-+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 -I./.curses.h -DNO_POSIX_SOURCE
++CC?= gcc
++CFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common -I./.curses.h -DNO_POSIX_SOURCE
+LIBS= -lncurses -lmytinfo -lm
#LDFLAGS=
#MAKEDEPEND= gcc -MM