diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1999-07-08 11:52:27 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1999-07-08 11:52:27 +0000 |
commit | ebae5e61ae2a04895d981001c7af96b3ccaf65dd (patch) | |
tree | b56ff90d360a8d3373ce4dda176af8c9a651312a /misc/mshell/files | |
parent | Upgrade to 3.2.8. (diff) |
Do not link with the termcap library - mshell would segfault.
Diffstat (limited to 'misc/mshell/files')
-rw-r--r-- | misc/mshell/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mshell/files/patch-aa b/misc/mshell/files/patch-aa index 0b2af61671a9..9e86c00b96c4 100644 --- a/misc/mshell/files/patch-aa +++ b/misc/mshell/files/patch-aa @@ -29,7 +29,7 @@ + all: mshell + mshell: $(OBJS) -! cc $(CFLAGS) $(OBJS) -lncurses -ltermcap -o mshell +! cc $(CFLAGS) $(OBJS) -lncurses -o mshell $(OBJS) : mshell.h |