diff options
author | tg <tg@FreeBSD.org> | 1998-03-27 18:31:48 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-03-27 18:31:48 +0800 |
commit | 74eeab225494c089c88b20c106aabae6cc505d81 (patch) | |
tree | 0f84138ed4d945da2306f8fb4b4b0e626d8e50ec /deskutils/teapot/files | |
parent | ad1223192df75d6ab764a18f4d2fe1d86e7235d3 (diff) | |
download | freebsd-ports-gnome-74eeab225494c089c88b20c106aabae6cc505d81.tar.gz freebsd-ports-gnome-74eeab225494c089c88b20c106aabae6cc505d81.tar.zst freebsd-ports-gnome-74eeab225494c089c88b20c106aabae6cc505d81.zip |
Import teapot port. teapot is a curses-based spreadsheet.
PR: 5461
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'deskutils/teapot/files')
-rw-r--r-- | deskutils/teapot/files/patch-aa | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/deskutils/teapot/files/patch-aa b/deskutils/teapot/files/patch-aa new file mode 100644 index 000000000000..2bf2f75e916b --- /dev/null +++ b/deskutils/teapot/files/patch-aa @@ -0,0 +1,37 @@ +--- Makefile.orig Wed Mar 18 19:12:56 1998 ++++ Makefile Fri Mar 27 11:22:13 1998 +@@ -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 ++#CFLAGS= -g -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common + # The XDR library needs _BSD_SOURCE :( + CPPFLAGS= -D_BSD_SOURCE + #CPPFLAGS= -DTHE_ELECTRIC_FENCE + #CPPFLAGS= -I/usr/dmalloc/include -DDMALLOC +-LDFLAGS= -g ++#LDFLAGS= -g + #LDFLAGS= -g -L/usr/efence/lib + #LDFLAGS= -g -L/usr/dmalloc/lib +-LIBS= -lcurses -lm ++#LIBS= -lcurses -lm + #LIBS= -lcurses -lm -lefence + #LIBS= -lcurses -lm -ldmalloc +-MAKEDEPEND= mkdep -d ++#MAKEDEPEND= mkdep -d + #}}} + #{{{ Linux, Slackware/Redhat/Debian Distribution, gcc + #CC= gcc +@@ -22,10 +22,9 @@ + #MAKEDEPEND= gcc -MM + #}}} + #{{{ FreeBSD 2.x, gcc +-#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= -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 ++LIBS= -lncurses -lmytinfo -lm + #LDFLAGS= + #MAKEDEPEND= gcc -MM + #}}} |