diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-03 02:11:19 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-03 02:11:19 +0000 |
commit | 3e9a47f55e0955620f45c098acaaece3f31aa5c9 (patch) | |
tree | 16629162d121dbec8056ec483fafccfe83526d55 /deskutils/teapot/files | |
parent | a64fd15432b1d1eb4a9bbdd56ea18f71ab889cd7 (diff) | |
download | ports-3e9a47f55e0955620f45c098acaaece3f31aa5c9.tar.gz ports-3e9a47f55e0955620f45c098acaaece3f31aa5c9.zip |
Notes
Diffstat (limited to 'deskutils/teapot/files')
-rw-r--r-- | deskutils/teapot/files/patch-aa | 8 |
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 |