diff options
author | wes <wes@FreeBSD.org> | 2000-01-08 18:23:34 +0000 |
---|---|---|
committer | wes <wes@FreeBSD.org> | 2000-01-08 18:23:34 +0000 |
commit | 548b54725be091a46d19be03a9645ae44fa1a6b3 (patch) | |
tree | 2f8daf59af8f74f936f267ce999e6b54c07808c3 /shells/flash/files/patch-ak | |
parent | 8ef603fdaab2bce695ae70bbc91536c5600d8231 (diff) | |
download | FreeBSD-ports-548b54725be091a46d19be03a9645ae44fa1a6b3.zip FreeBSD-ports-548b54725be091a46d19be03a9645ae44fa1a6b3.tar.gz |
Add port for flash, a user-menu shell. This still needs a
good FreeBSD-specific template; Will is working on one.
PR: 15995
Submitted by: Will Andrews <andrews@technologist.com>
Diffstat (limited to 'shells/flash/files/patch-ak')
-rw-r--r-- | shells/flash/files/patch-ak | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shells/flash/files/patch-ak b/shells/flash/files/patch-ak new file mode 100644 index 0000000..3aceecda --- /dev/null +++ b/shells/flash/files/patch-ak @@ -0,0 +1,12 @@ +--- modules/Makefile Sat Oct 25 18:59:03 1997 ++++ modules/Makefile.new Sun Jan 2 21:51:53 2000 +@@ -1,7 +1,7 @@ + CC = gcc + DEBUG = #-g +-CFLAGS = $(DEBUG) -O3 -fpic -shared -Wall +-LDFLAGS = -shared ++CFLAGS = $(NCURSES) $(NC_CFLAGS) $(DEBUG) -O3 -fpic -shared -Wall ++LDFLAGS = $(NC_LFLAGS) -lncurses -shared + + OBJECTS = background test alarms countdown + |