diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2001-01-06 16:40:16 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-01-06 16:40:16 +0000 |
| commit | 41fb4f91f2aa729f884feda5bbb078b55a4b2f4c (patch) | |
| tree | 7dc9a55d6c5f497346c4f83704dab2abf89451d4 /shells/flash/files/patch-ak | |
| parent | cb6a188c3f9f62445bc3e5bd861a3dadcc32c017 (diff) | |
Update to 0.9.3
PR: 24097
Submitted by: Ports Fury
Diffstat (limited to 'shells/flash/files/patch-ak')
| -rw-r--r-- | shells/flash/files/patch-ak | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/shells/flash/files/patch-ak b/shells/flash/files/patch-ak index 3aceecda21bc..579fd6497f02 100644 --- a/shells/flash/files/patch-ak +++ b/shells/flash/files/patch-ak @@ -1,12 +1,16 @@ ---- 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 +--- modules/Makefile.in.orig Mon Jan 17 23:25:46 2000 ++++ modules/Makefile.in Sat Jan 6 12:11:56 2001 +@@ -1,7 +1,9 @@ +-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 +-LDFLAGS = -shared ++CC = @CC@ ++#DEBUG = -g ++CFLAGS = @CFLAGS@ $(DEBUG) ++CPPFLAGS = @CPPFLAGS@ -fPIC -DPIC -DHAVE_CONFIG_H ++LIBS = @LIBS@ ++LDFLAGS = @LDFLAGS@ -shared $(LIBS) - OBJECTS = background test alarms countdown + OBJECTS = countdown background test alarms |
